Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.h113 #define TOPO_METH_FMRI_ARG_NVL "args" macro
H A Dmod.c245 if (nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_NVL, &args) != 0 || in mod_fmri_create_meth()
H A Dpkg.c238 if (nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_NVL, &args) != 0 || in pkg_fmri_create_meth()
H A Dsw.c150 if (nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_NVL, &args) != 0) in sw_fmri_create()
H A Dcpu.c548 rc = nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_NVL, &args); in cpu_fmri_create_meth()
H A Ddev.c666 if (nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_NVL, &args) != 0 || in dev_fmri_create_meth()
H A Dtopo_fmri.c760 nvlist_add_nvlist(ins, TOPO_METH_FMRI_ARG_NVL, nvl) != 0) { in topo_fmri_create()
H A Dhc.c1162 if ((ret = nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_NVL, &args)) in hc_fmri_create_meth()