Lines Matching refs:genloc
372 res = sunoem_led_get(intf, e->record.genloc, ledtype, &rsp); in sunoem_led_get_byentity()
375 led_print((const char *) e->record.genloc->id_string, PRINT_NORMAL, in sunoem_led_get_byentity()
378 led_print((const char *) e->record.genloc->id_string, PRINT_ERROR, in sunoem_led_get_byentity()
416 rsp = sunoem_led_set(intf, e->record.genloc, ledtype, ledmode); in sunoem_led_set_byentity()
418 led_print((const char *) e->record.genloc->id_string, PRINT_NORMAL, in sunoem_led_set_byentity()
486 if (a->record.genloc->entity.logical) in ipmi_sunoem_led_get()
489 res = sunoem_led_get(intf, a->record.genloc, ledtype, &rsp); in ipmi_sunoem_led_get()
492 led_print((const char *) a->record.genloc->id_string, in ipmi_sunoem_led_get()
495 led_print((const char *) a->record.genloc->id_string, in ipmi_sunoem_led_get()
524 if (!sdr->record.genloc->entity.logical) { in ipmi_sunoem_led_get()
529 res = sunoem_led_get(intf, sdr->record.genloc, ledtype, &rsp); in ipmi_sunoem_led_get()
532 led_print((const char *) sdr->record.genloc->id_string, in ipmi_sunoem_led_get()
536 led_print((const char *) sdr->record.genloc->id_string, PRINT_ERROR, in ipmi_sunoem_led_get()
570 if (assoc->entity.id != sdr->record.genloc->entity.id in ipmi_sunoem_led_get()
572 != sdr->record.genloc->entity.instance) in ipmi_sunoem_led_get()
693 if (a->record.genloc->entity.logical) in ipmi_sunoem_led_set()
695 rsp = sunoem_led_set(intf, a->record.genloc, ledtype, ledmode); in ipmi_sunoem_led_set()
697 led_print((const char *) a->record.genloc->id_string, in ipmi_sunoem_led_set()
723 if (!sdr->record.genloc->entity.logical) { in ipmi_sunoem_led_set()
727 rsp = sunoem_led_set(intf, sdr->record.genloc, ledtype, ledmode); in ipmi_sunoem_led_set()
756 if (assoc->entity.id != sdr->record.genloc->entity.id in ipmi_sunoem_led_set()
758 != sdr->record.genloc->entity.instance) in ipmi_sunoem_led_set()