Searched refs:FM_FMRI_DEV_PATH (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | dev.c | 156 err = nvlist_lookup_string(nvl, FM_FMRI_DEV_PATH, &devpath); 360 err |= nvlist_add_string(fmri, FM_FMRI_DEV_PATH, devpath); 392 nvlist_lookup_string(in, FM_FMRI_DEV_PATH, &devpath) != 0) 472 nvlist_lookup_string(in, FM_FMRI_DEV_PATH, &devpath) != 0) 548 nvlist_lookup_string(in, FM_FMRI_DEV_PATH, &devpath) != 0) 595 nvlist_lookup_string(in, FM_FMRI_DEV_PATH, &devpath) != 0) 641 e |= nvlist_add_string(out, FM_FMRI_DEV_PATH, path); 667 nvlist_lookup_string(args, FM_FMRI_DEV_PATH, &path) != 0) {
|
H A D | topo_mod.c | 397 if (nvlist_add_string(args, FM_FMRI_DEV_PATH, dev_path) != 0) {
|
/illumos-gate/usr/src/cmd/fm/modules/common/io-retire/ |
H A D | rio_main.c | 199 if (nvlist_lookup_string(asru, FM_FMRI_DEV_PATH, 257 if (nvlist_lookup_string(asru, FM_FMRI_DEV_PATH,
|
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fx_subr.c | 76 (void) nvlist_remove(new_detector, FM_FMRI_DEV_PATH, 78 (void) nvlist_add_string(new_detector, FM_FMRI_DEV_PATH, 156 (void) nvlist_add_string(detector, FM_FMRI_DEV_PATH, fmri); 542 if (nvlist_lookup_string(detector, FM_FMRI_DEV_PATH, 945 (void) nvlist_add_string(detector, FM_FMRI_DEV_PATH,
|
H A D | fx_epkt.c | 265 (void) nvlist_add_string(detector, FM_FMRI_DEV_PATH, rppath);
|
/illumos-gate/usr/src/uts/common/sys/fm/ |
H A D | protocol.h | 260 #define FM_FMRI_DEV_PATH "device-path" macro
|
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_memerr_arch.c | 329 (void) nvlist_lookup_string(det, FM_FMRI_DEV_PATH, &path); 419 (void) nvlist_lookup_string(det, FM_FMRI_DEV_PATH, &path);
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 268 FM_FMRI_DEV_PATH, &path) == 0) 272 FM_FMRI_DEV_ID, FM_FMRI_DEV_PATH);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | fm.c | 972 err |= nvlist_add_string(fmri_dev, FM_FMRI_DEV_PATH, devpath);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | bofi.c | 4517 (void) nvlist_lookup_string(detector, FM_FMRI_DEV_PATH, &path);
|
Completed in 120 milliseconds