Searched refs:FM_FMRI_SCHEME_DEV (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/fm/modules/common/io-retire/ |
H A D | rio_main.c | 190 strcmp(scheme, FM_FMRI_SCHEME_DEV) != 0) { in rio_recv() 248 strcmp(scheme, FM_FMRI_SCHEME_DEV) != 0) { in rio_recv()
|
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | dev.c | 85 { "dev", FM_FMRI_SCHEME_DEV, DEV_VERSION, &dev_ops }; 169 buf, buflen, FM_FMRI_SCHEME_DEV, NULL, ":///"); in fmri_nvl2str() 345 err |= nvlist_add_string(fmri, FM_FMRI_SCHEME, FM_FMRI_SCHEME_DEV); in dev_fmri_str2nvl() 639 e = nvlist_add_string(out, FM_FMRI_SCHEME, FM_FMRI_SCHEME_DEV); in dev_fmri_create()
|
H A D | topo_mod.c | 404 if ((fmri = topo_fmri_create(mod->tm_hdl, FM_FMRI_SCHEME_DEV, in topo_mod_devfmri() 405 FM_FMRI_SCHEME_DEV, 0, args, &err)) == NULL) { in topo_mod_devfmri()
|
/titanic_41/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fx_subr.c | 155 FM_FMRI_SCHEME_DEV); in fab_send_tgt_erpt() 541 if (STRCMP(scheme, FM_FMRI_SCHEME_DEV)) { in fab_get_rcpath() 944 FM_FMRI_SCHEME_DEV); in fab_send_erpt_all_rps()
|
H A D | fx_epkt.c | 264 FM_FMRI_SCHEME_DEV); in fab_xlate_epkt_erpts()
|
/titanic_41/usr/src/uts/common/sys/fm/ |
H A D | protocol.h | 193 #define FM_FMRI_SCHEME_DEV "dev" macro
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 256 } else if (strcmp(scheme, FM_FMRI_SCHEME_DEV) == 0) { in platform_getpath() 286 scheme, FM_FMRI_SCHEME_HC, FM_FMRI_SCHEME_DEV, in platform_getpath()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | fm.c | 965 err |= nvlist_add_string(fmri_dev, FM_FMRI_SCHEME, FM_FMRI_SCHEME_DEV); in fm_fmri_dev_set()
|