Searched refs:FM_FAULT_FRU (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fm/ |
H A D | protocol.h | 115 #define FM_FAULT_FRU "fru" macro
|
/titanic_50/usr/src/cmd/fm/fmdump/common/ |
H A D | fault.c | 97 if (nvlist_lookup_nvlist(nva[i], FM_FAULT_FRU, &fru) == 0) in flt_verb1()
|
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_protocol.c | 130 err |= nvlist_add_nvlist(nvl, FM_FAULT_FRU, fru); in fmd_protocol_fault()
|
H A D | fmd_asru.c | 211 if (nvlist_lookup_nvlist(event, FM_FAULT_FRU, &fru) == 0 && in fmd_asru_replacement_state() 368 if (nvlist_lookup_nvlist(nvl, FM_FAULT_FRU, &fru) == 0 && in fmd_asru_al_create() 1160 offsetof(fmd_asru_link_t, al_fru_next), FM_FAULT_FRU); in fmd_asru_hash_delete_case()
|
H A D | fmd_api.c | 1321 (void) nvlist_lookup_nvlist(nvl, FM_FAULT_FRU, &fru); in fmd_case_add_suspect() 1346 (void) nvlist_remove(nvl, FM_FAULT_FRU, in fmd_case_add_suspect() 1348 (void) nvlist_add_nvlist(nvl, FM_FAULT_FRU, in fmd_case_add_suspect() 1351 (void) nvlist_lookup_nvlist(nvl, FM_FAULT_FRU, in fmd_case_add_suspect()
|
H A D | fmd_xprt.c | 1137 if (nvlist_lookup_nvlist(nvlp[i], FM_FAULT_FRU, &fru) != 0 && in fmd_xprt_list_suspect_local() 1139 (void) nvlist_add_nvlist(flt_copy, FM_FAULT_FRU, fru); in fmd_xprt_list_suspect_local()
|
H A D | fmd_case.c | 514 if (!fmd_case_compare_elem(nvl1, nvl2, FM_FAULT_FRU)) in fmd_case_match_suspect()
|
/titanic_50/usr/src/cmd/fm/modules/common/zfs-retire/ |
H A D | zfs_retire.c | 456 if (nvlist_lookup_nvlist(fault, FM_FAULT_FRU, in zfs_retire_recv()
|
/titanic_50/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | problem.c | 994 (void) nvlist_lookup_nvlist(data, FM_FAULT_FRU, &fru); in sunFmFaultEventTable_return()
|
/titanic_50/usr/src/cmd/fm/fmadm/common/ |
H A D | faulty.c | 760 if (nvlist_lookup_nvlist(nvl, FM_FAULT_FRU, &lfru) == 0) { in extract_record_info()
|