Searched refs:FM_FMRI_SCHEME_SW (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | sw.c | 57 { "sw", FM_FMRI_SCHEME_SW, SW_VERSION, &sw_ops }; 191 err |= nvlist_add_string(fmri, FM_FMRI_SCHEME, FM_FMRI_SCHEME_SW); 438 topo_fmristr_build(&size, buf, buflen, FM_FMRI_SCHEME_SW,
|
H A D | topo_mod.c | 612 if ((fmri = topo_fmri_create(mod->tm_hdl, FM_FMRI_SCHEME_SW, 613 FM_FMRI_SCHEME_SW, 0, args, &err)) == NULL) {
|
/illumos-gate/usr/src/uts/common/sys/fm/ |
H A D | protocol.h | 202 #define FM_FMRI_SCHEME_SW "sw" macro
|
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/ |
H A D | panic_diag.c | 180 err |= nvlist_add_string(fmri, FM_FMRI_SCHEME, FM_FMRI_SCHEME_SW);
|
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/ |
H A D | fmevt_inbound.c | 284 err += nvlist_add_string(dtcr, FM_FMRI_SCHEME, FM_FMRI_SCHEME_SW);
|
Completed in 66 milliseconds