Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_sel.c66 #define SIZE_OF_DESC 128 /* Max Size of the description String to be displyed for the Each sel entr… macro
559 desc = malloc(sizeof(char) * SIZE_OF_DESC); in get_supermicro_evt_desc()
564 memset(desc, '\0', SIZE_OF_DESC); in get_supermicro_evt_desc()
614 snprintf(desc, SIZE_OF_DESC, "@DIMM%2X(CPU%x)", in get_supermicro_evt_desc()
618 snprintf(desc, SIZE_OF_DESC, "@DIMM%c%c(CPU%x)", in get_supermicro_evt_desc()
622 snprintf(desc, SIZE_OF_DESC, "@DIMM%c%c(CPU%x)", in get_supermicro_evt_desc()
633 snprintf(desc, SIZE_OF_DESC, "BMC unexpected reset"); in get_supermicro_evt_desc()
635 snprintf(desc, SIZE_OF_DESC, "BMC cold reset"); in get_supermicro_evt_desc()
637 snprintf(desc, SIZE_OF_DESC, "BMC warm reset"); in get_supermicro_evt_desc()
664 char tmpdesc[SIZE_OF_DESC]; in get_dell_evt_desc()
[all …]