Home
last modified time | relevance | path

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

/openbmc/ipmitool/include/ipmitool/
H A Dipmi_sel.h113 #define SEL_OEM_NOTS_DATA_LEN 13 macro
121 uint8_t oem_defined[SEL_OEM_NOTS_DATA_LEN];
/openbmc/ipmitool/lib/
H A Dipmi_sel.c268 static char hexString[SEL_OEM_NOTS_DATA_LEN+1]; /*Max Size*/ in hex2ascii()
270 if(numBytes > SEL_OEM_NOTS_DATA_LEN) in hex2ascii()
271 numBytes = SEL_OEM_NOTS_DATA_LEN; in hex2ascii()
1628 for(data_count=0; data_count < SEL_OEM_NOTS_DATA_LEN ; data_count++) in ipmi_sel_get_std_entry()
1661 for(data_count=0; data_count < SEL_OEM_NOTS_DATA_LEN ; data_count++) in ipmi_sel_get_std_entry()
1801 for(data_count=0;data_count < SEL_OEM_NOTS_DATA_LEN;data_count++) in ipmi_sel_print_std_entry()
2004 for(data_count=0;data_count < SEL_OEM_NOTS_DATA_LEN;data_count++) in ipmi_sel_print_std_entry_verbose()
2006 printf(" [%s]\n\n",hex2ascii (evt->sel_type.oem_nots_type.oem_defined, SEL_OEM_NOTS_DATA_LEN)); in ipmi_sel_print_std_entry_verbose()