Home
last modified time | relevance | path

Searched refs:p_bloc (Results 1 – 1 of 1) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_fru.c296 p_bloc = p_first; in build_fru_bloc()
297 p_bloc->next = NULL; in build_fru_bloc()
298 p_bloc->start= 0; in build_fru_bloc()
319 p_bloc->next = p_new; in build_fru_bloc()
320 p_bloc->size = p_new->start - p_bloc->start; in build_fru_bloc()
321 p_bloc = p_new; in build_fru_bloc()
359 p_bloc->next = p_new; in build_fru_bloc()
360 p_bloc->size = p_new->start - p_bloc->start; in build_fru_bloc()
361 p_bloc = p_new; in build_fru_bloc()
390 p_bloc->size = p_new->start - p_bloc->start; in build_fru_bloc()
[all …]