Searched defs:new_nvl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfabric-xlate.c114 nvlist_t *new_nvl; local
121 if (nvlist_dup(nvl, &new_nvl, NV_UNIQUE_NAME) != 0) {
126 if (fmd_nvl_class_match(hdl, new_nvl, "ereport.io.pci.fabric")) {
127 fab_xlate_fabric_erpts(hdl, new_nvl, class);
129 fab_pr(hdl, ep, new_nvl);
130 if (fmd_nvl_class_match(hdl, new_nvl,
132 fab_xlate_epkt_erpts(hdl, new_nvl, class);
134 fab_xlate_fire_erpts(hdl, new_nvl, class);
138 nvlist_free(new_nvl);
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info.c934 lookup_unpack_byte_array(nvlist_t *old_nvl, char *name, nvlist_t **new_nvl) argument
946 if (nvlist_unpack(buf, size, new_nvl, 0) != 0) {

Completed in 58 milliseconds