Searched refs:FM_EREPORT_DETECTOR (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fx_subr.c | 58 err |= nvlist_lookup_nvlist(nvl, FM_EREPORT_DETECTOR, &detector); in fab_prep_basic_erpt() 85 (void) nvlist_add_nvlist(erpt, FM_EREPORT_DETECTOR, new_detector); in fab_prep_basic_erpt() 159 (void) nvlist_add_nvlist(erpt, FM_EREPORT_DETECTOR, detector); in fab_send_tgt_erpt() 351 if (nvlist_lookup_nvlist(nvl, FM_EREPORT_DETECTOR, &detector) != 0 || in fab_get_hcpath() 544 if (nvlist_lookup_nvlist(nvl, FM_EREPORT_DETECTOR, &detector) != 0) in fab_get_rcpath() 955 (void) nvlist_remove_all(nvl, FM_EREPORT_DETECTOR); in fab_send_erpt_all_rps() 956 (void) nvlist_add_nvlist(nvl, FM_EREPORT_DETECTOR, in fab_send_erpt_all_rps()
|
H A D | fx_epkt.c | 266 (void) nvlist_remove_all(nvl, FM_EREPORT_DETECTOR); in fab_xlate_epkt_erpts() 267 (void) nvlist_add_nvlist(nvl, FM_EREPORT_DETECTOR, detector); in fab_xlate_epkt_erpts()
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_self.c | 98 nvlist_lookup_nvlist(nvl, FM_EREPORT_DETECTOR, &mod) == 0 && in self_recv()
|
H A D | fmd_protocol.c | 310 err |= nvlist_add_nvlist(nvl, FM_EREPORT_DETECTOR, fmri); in fmd_protocol_moderror()
|
/illumos-gate/usr/src/uts/common/sys/fm/ |
H A D | protocol.h | 71 #define FM_EREPORT_DETECTOR "detector" macro
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/ |
H A D | disk_transport.c | 90 e |= nvlist_add_nvlist(nvl, FM_EREPORT_DETECTOR, detector); in dt_post_ereport()
|
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/ |
H A D | sensor_transport.c | 270 (void) nvlist_add_nvlist(event, FM_EREPORT_DETECTOR, in st_check_component()
|
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/ |
H A D | ses_log_transport.c | 175 e |= nvlist_add_nvlist(nvl, FM_EREPORT_DETECTOR, detector); in slt_post_ereport()
|
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
H A D | zfs_de.c | 600 FM_EREPORT_DETECTOR, &detector); in zfs_fm_recv()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | fm.c | 843 if (nvlist_add_nvlist(ereport, FM_EREPORT_DETECTOR, in fm_ereport_set()
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 241 if (nvlist_lookup_nvlist(nvl, FM_EREPORT_DETECTOR, &dfmri) != 0) { in platform_getpath()
|
H A D | fme.c | 362 (void) nvlist_lookup_nvlist(nvl, FM_EREPORT_DETECTOR, in newfme() 1543 (void) nvlist_lookup_nvlist(nvl, FM_EREPORT_DETECTOR, in fme_receive_external_report()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | bofi.c | 4519 if (nvlist_lookup_nvlist(nvlist, FM_EREPORT_DETECTOR, &detector) == 0) in bofi_fm_ereport_callback()
|