Searched refs:FM_FMRI_DEV_ID (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | dev.c | 146 err = nvlist_lookup_string(nvl, FM_FMRI_DEV_ID, &devid); in fmri_nvl2str() 173 buf, buflen, devid, ":" FM_FMRI_DEV_ID "=", NULL); in fmri_nvl2str() 321 if (strcmp(part[i], FM_FMRI_DEV_ID) == 0) in dev_fmri_str2nvl() 348 err |= nvlist_add_string(fmri, FM_FMRI_DEV_ID, devid); in dev_fmri_str2nvl() 395 (void) nvlist_lookup_string(in, FM_FMRI_DEV_ID, &devid); in dev_fmri_present() 475 (void) nvlist_lookup_string(in, FM_FMRI_DEV_ID, &devid); in dev_fmri_replaced() 644 e |= nvlist_add_string(out, FM_FMRI_DEV_ID, id); in dev_fmri_create() 672 (void) nvlist_lookup_string(args, FM_FMRI_DEV_ID, &id); in dev_fmri_create_meth()
|
H A D | topo_mod.c | 402 (void) nvlist_add_string(args, FM_FMRI_DEV_ID, devid); in topo_mod_devfmri()
|
/titanic_50/usr/src/uts/common/sys/fm/ |
H A D | protocol.h | 258 #define FM_FMRI_DEV_ID "devid" macro
|
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 262 FM_FMRI_DEV_ID, &devid) == 0) in platform_getpath() 272 FM_FMRI_DEV_ID, FM_FMRI_DEV_PATH); in platform_getpath()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | fm.c | 975 err |= nvlist_add_string(fmri_dev, FM_FMRI_DEV_ID, devid); in fm_fmri_dev_set()
|