Searched refs:p_bloc (Results 1 – 1 of 1) sorted by relevance
232 t_ipmi_fru_bloc * p_first, * p_bloc, * p_new; in build_fru_bloc() local296 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()299 p_bloc->size = fru->size; in build_fru_bloc()300 strcpy((char *)p_bloc->blocId, "Common Header Section"); 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()[all …]