Lines Matching refs:nvlist_lookup_nvlist

373 	(void) nvlist_lookup_nvlist(nv1, FM_FMRI_FACILITY, &f1);  in fmri_compare()
374 (void) nvlist_lookup_nvlist(nv2, FM_FMRI_FACILITY, &f2); in fmri_compare()
404 if (nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_NV1, &nv1) != 0 || in hc_compare()
405 nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_NV2, &nv2) != 0) in hc_compare()
448 err = nvlist_lookup_nvlist(nvl, FM_FMRI_AUTHORITY, &anvl); in fmri_nvl2str()
511 if (nvlist_lookup_nvlist(nvl, FM_FMRI_HC_SPECIFIC, &hcsp) == 0) { in fmri_nvl2str()
541 if (nvlist_lookup_nvlist(nvl, FM_FMRI_FACILITY, &fnvl) == 0) { in fmri_nvl2str()
1162 if ((ret = nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_NVL, &args)) in hc_fmri_create_meth()
1169 (void) nvlist_lookup_nvlist(args, TOPO_METH_FMRI_ARG_PARENT, in hc_fmri_create_meth()
1171 (void) nvlist_lookup_nvlist(args, TOPO_METH_FMRI_ARG_AUTH, in hc_fmri_create_meth()
1428 if ((ret = nvlist_lookup_nvlist(rsrc, FM_FMRI_FACILITY, &hwp->hcw_fac)) in hc_walk_init()
1501 err |= nvlist_lookup_nvlist(in, TOPO_PROP_RESOURCE, &plp->pl_rsrc); in hc_fmri_prop_get()
1510 if ((err = nvlist_lookup_nvlist(in, TOPO_PROP_PARGS, &plp->pl_args)) in hc_fmri_prop_get()
1571 err |= nvlist_lookup_nvlist(in, TOPO_PROP_RESOURCE, &plp->pl_rsrc); in hc_fmri_pgrp_get()
1630 err |= nvlist_lookup_nvlist(in, TOPO_PROP_RESOURCE, &plp->pl_rsrc); in hc_fmri_prop_set()
1631 err |= nvlist_lookup_nvlist(in, TOPO_PROP_VAL, &plp->pl_prop); in hc_fmri_prop_set()
1641 if ((err = nvlist_lookup_nvlist(in, TOPO_PROP_PARGS, &plp->pl_args)) in hc_fmri_prop_set()
2039 err = nvlist_lookup_nvlist(in, TOPO_PROP_RESOURCE, &flp->fl_rsrc); in hc_fmri_facility()