Searched refs:TOPO_METH_FMRI_ARG_NVL (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_method.h | 96 #define TOPO_METH_FMRI_ARG_NVL "args" macro
|
H A D | pkg.c | 238 if (nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_NVL, &args) != 0 || in pkg_fmri_create_meth()
|
H A D | mod.c | 245 if (nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_NVL, &args) != 0 || in mod_fmri_create_meth()
|
H A D | sw.c | 150 if (nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_NVL, &args) != 0) in sw_fmri_create()
|
H A D | cpu.c | 548 rc = nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_NVL, &args); in cpu_fmri_create_meth()
|
H A D | dev.c | 666 if (nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_NVL, &args) != 0 || in dev_fmri_create_meth()
|
H A D | topo_fmri.c | 723 nvlist_add_nvlist(ins, TOPO_METH_FMRI_ARG_NVL, nvl) != 0) { in topo_fmri_create()
|
H A D | hc.c | 1215 if ((ret = nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_NVL, &args)) in hc_fmri_create_meth()
|