Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_sunoem.c216 const char *theValue; in led_print() local
219 theValue = val2str(state, sunoem_led_mode_vals); in led_print()
221 theValue = "na"; in led_print()
225 printf("%s,%s\n", name, theValue); in led_print()
227 printf("%-16s | %s\n", name, theValue); in led_print()