Home
last modified time | relevance | path

Searched refs:FM_FMRI_DEV_PATH (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Ddev.c156 err = nvlist_lookup_string(nvl, FM_FMRI_DEV_PATH, &devpath); in fmri_nvl2str()
360 err |= nvlist_add_string(fmri, FM_FMRI_DEV_PATH, devpath); in dev_fmri_str2nvl()
392 nvlist_lookup_string(in, FM_FMRI_DEV_PATH, &devpath) != 0) in dev_fmri_present()
472 nvlist_lookup_string(in, FM_FMRI_DEV_PATH, &devpath) != 0) in dev_fmri_replaced()
548 nvlist_lookup_string(in, FM_FMRI_DEV_PATH, &devpath) != 0) in dev_fmri_unusable()
595 nvlist_lookup_string(in, FM_FMRI_DEV_PATH, &devpath) != 0) in dev_fmri_service_state()
641 e |= nvlist_add_string(out, FM_FMRI_DEV_PATH, path); in dev_fmri_create()
667 nvlist_lookup_string(args, FM_FMRI_DEV_PATH, &path) != 0) { in dev_fmri_create_meth()
H A Dtopo_mod.c403 if (nvlist_add_string(args, FM_FMRI_DEV_PATH, dev_path) != 0) { in topo_mod_devfmri()
/illumos-gate/usr/src/cmd/fm/modules/common/io-retire/
H A Drio_main.c199 if (nvlist_lookup_string(asru, FM_FMRI_DEV_PATH, in rio_recv()
257 if (nvlist_lookup_string(asru, FM_FMRI_DEV_PATH, in rio_recv()
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c77 (void) nvlist_remove(new_detector, FM_FMRI_DEV_PATH, in fab_prep_basic_erpt()
79 (void) nvlist_add_string(new_detector, FM_FMRI_DEV_PATH, in fab_prep_basic_erpt()
157 (void) nvlist_add_string(detector, FM_FMRI_DEV_PATH, fmri); in fab_send_tgt_erpt()
546 if (nvlist_lookup_string(detector, FM_FMRI_DEV_PATH, in fab_get_rcpath()
949 (void) nvlist_add_string(detector, FM_FMRI_DEV_PATH, in fab_send_erpt_all_rps()
H A Dfx_epkt.c265 (void) nvlist_add_string(detector, FM_FMRI_DEV_PATH, rppath); in fab_xlate_epkt_erpts()
/illumos-gate/usr/src/uts/common/sys/fm/
H A Dprotocol.h264 #define FM_FMRI_DEV_PATH "device-path" macro
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c268 FM_FMRI_DEV_PATH, &path) == 0) in platform_getpath()
272 FM_FMRI_DEV_ID, FM_FMRI_DEV_PATH); in platform_getpath()
/illumos-gate/usr/src/uts/common/os/
H A Dfm.c973 err |= nvlist_add_string(fmri_dev, FM_FMRI_DEV_PATH, devpath); in fm_fmri_dev_set()
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c4520 (void) nvlist_lookup_string(detector, FM_FMRI_DEV_PATH, &path); in bofi_fm_ereport_callback()