Searched refs:ledtype (Results 1 – 1 of 1) sorted by relevance
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_sunoem.c | 250 int ledtype, struct ipmi_rs **loc_rsp) in sunoem_led_get() argument 263 if (ledtype == 0xFF) in sunoem_led_get() 266 rqdata[1] = ledtype; in sunoem_led_get() 300 int ledtype, int ledmode) in sunoem_led_set() argument 312 if (ledtype == 0xFF) in sunoem_led_set() 315 rqdata[1] = ledtype; in sunoem_led_set() 347 uint8_t entity_inst, int ledtype) in sunoem_led_get_byentity() argument 372 res = sunoem_led_get(intf, e->record.genloc, ledtype, &rsp); in sunoem_led_get_byentity() 391 uint8_t entity_inst, int ledtype, int ledmode) in sunoem_led_set_byentity() argument 416 rsp = sunoem_led_set(intf, e->record.genloc, ledtype, ledmode); in sunoem_led_set_byentity() [all …]
|