Searched refs:EIPMI_NOT_PRESENT (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libipmi/common/ |
H A D | ipmi_entity.c | 355 if (ipmi_errno(ihp) == EIPMI_NOT_PRESENT) { in ipmi_entity_present_sdr() 479 if (ipmi_errno(ihp) == EIPMI_NOT_PRESENT) { in ipmi_entity_present() 514 if (ipmi_errno(ihp) == EIPMI_NOT_PRESENT) in ipmi_entity_present() 555 if (ipmi_errno(ihp) != EIPMI_NOT_PRESENT) in ipmi_entity_present() 643 (void) ipmi_set_error(ihp, EIPMI_NOT_PRESENT, NULL); in ipmi_entity_parent() 663 (void) ipmi_set_error(ihp, EIPMI_NOT_PRESENT, NULL); in ipmi_entity_lookup() 681 (void) ipmi_set_error(ihp, EIPMI_NOT_PRESENT, in ipmi_entity_lookup_sdr()
|
H A D | libipmi.c | 107 { 0xCB, EIPMI_NOT_PRESENT }, 115 { 0xD3, EIPMI_NOT_PRESENT },
|
H A D | ipmi_fru.c | 137 (void) ipmi_set_error(ihp, EIPMI_NOT_PRESENT, NULL); in ipmi_fru_parse_product() 201 (void) ipmi_set_error(ihp, EIPMI_NOT_PRESENT, NULL); in ipmi_fru_parse_board()
|
H A D | ipmi_user.c | 300 (void) ipmi_set_error(ihp, EIPMI_NOT_PRESENT, in ipmi_user_lookup_name() 318 (void) ipmi_set_error(ihp, EIPMI_NOT_PRESENT, in ipmi_user_lookup_id()
|
H A D | ipmi_sdr.c | 576 (void) ipmi_set_error(ihp, EIPMI_NOT_PRESENT, NULL); in ipmi_sdr_lookup() 593 (void) ipmi_set_error(ihp, EIPMI_NOT_PRESENT, NULL); in ipmi_sdr_lookup_common()
|
H A D | libipmi.h | 84 EIPMI_NOT_PRESENT, /* requested entity not present */ enumerator
|
/titanic_41/usr/src/cmd/fm/ipmitopo/common/ |
H A D | ipmitopo.c | 87 if (ipmi_errno(ihp) == EIPMI_NOT_PRESENT) { in sdr_print()
|