Searched refs:fnvl (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/fm/modules/common/disk-lights/ |
H A D | disk_lights.c | 107 nvlist_t *fmri = NULL, *fnvl; in get_facility_props() local 113 if (nvlist_lookup_nvlist(fmri, FM_FMRI_FACILITY, &fnvl) != 0) in get_facility_props() 116 if (nvlist_lookup_string(fnvl, FM_FMRI_FACILITY_NAME, &nn) != 0) in get_facility_props() 119 if (nvlist_lookup_string(fnvl, FM_FMRI_FACILITY_TYPE, &tt) != 0) in get_facility_props()
|
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_node.c | 539 nvlist_t *pfmri, *fnvl; in topo_node_facbind() local 600 if (topo_mod_nvalloc(mod, &fnvl, NV_UNIQUE_NAME) < 0) { in topo_node_facbind() 605 if (nvlist_add_string(fnvl, FM_FMRI_FACILITY_NAME, name) != 0 || in topo_node_facbind() 606 nvlist_add_string(fnvl, FM_FMRI_FACILITY_TYPE, type) != 0) { in topo_node_facbind() 607 nvlist_free(fnvl); in topo_node_facbind() 614 nvlist_free(fnvl); in topo_node_facbind() 619 if (nvlist_add_nvlist(pfmri, FM_FMRI_FACILITY, fnvl) != 0) { in topo_node_facbind() 620 nvlist_free(fnvl); in topo_node_facbind() 627 nvlist_free(fnvl); in topo_node_facbind()
|
H A D | hc.c | 485 nvlist_t *fnvl; in fmri_nvl2str() local 595 if (nvlist_lookup_nvlist(nvl, FM_FMRI_FACILITY, &fnvl) == 0) { in fmri_nvl2str() 596 if (nvlist_lookup_string(fnvl, FM_FMRI_FACILITY_NAME, in fmri_nvl2str() 597 &fname) != 0 || nvlist_lookup_string(fnvl, in fmri_nvl2str()
|