Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_sdr.c66 static struct sdr_record_list *sdr_list_head = NULL; variable
2702 for (e = sdr_list_head; e != NULL; e = e->next) { in ipmi_sdr_print_sdr()
2785 if (sdr_list_head == NULL) in ipmi_sdr_print_sdr()
2786 sdr_list_head = sdrr; in ipmi_sdr_print_sdr()
3180 for (list = sdr_list_head; list != NULL; list = next) { in ipmi_sdr_list_empty()
3225 sdr_list_head = NULL; in ipmi_sdr_list_empty()
3256 for (e = sdr_list_head; e != NULL; e = e->next) { in ipmi_sdr_find_sdr_bynumtype()
3342 if (sdr_list_head == NULL) in ipmi_sdr_find_sdr_bynumtype()
3343 sdr_list_head = sdrr; in ipmi_sdr_find_sdr_bynumtype()
3387 for (e = sdr_list_head; e != NULL; e = e->next) { in ipmi_sdr_find_sdr_bysensortype()
[all …]