Home
last modified time | relevance | path

Searched refs:FM_FMRI_SCHEME_DEV (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Ddev.c85 { "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 Dtopo_mod.c410 if ((fmri = topo_fmri_create(mod->tm_hdl, FM_FMRI_SCHEME_DEV, in topo_mod_devfmri()
411 FM_FMRI_SCHEME_DEV, 0, args, &err)) == NULL) { in topo_mod_devfmri()
/illumos-gate/usr/src/cmd/fm/modules/common/io-retire/
H A Drio_main.c190 strcmp(scheme, FM_FMRI_SCHEME_DEV) != 0) { in rio_recv()
248 strcmp(scheme, FM_FMRI_SCHEME_DEV) != 0) { in rio_recv()
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c156 FM_FMRI_SCHEME_DEV); in fab_send_tgt_erpt()
545 if (STRCMP(scheme, FM_FMRI_SCHEME_DEV)) { in fab_get_rcpath()
948 FM_FMRI_SCHEME_DEV); in fab_send_erpt_all_rps()
H A Dfx_epkt.c264 FM_FMRI_SCHEME_DEV); in fab_xlate_epkt_erpts()
/illumos-gate/usr/src/uts/common/sys/fm/
H A Dprotocol.h194 #define FM_FMRI_SCHEME_DEV "dev" macro
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c256 } 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()
/illumos-gate/usr/src/uts/common/os/
H A Dfm.c966 err |= nvlist_add_string(fmri_dev, FM_FMRI_SCHEME, FM_FMRI_SCHEME_DEV); in fm_fmri_dev_set()