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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7813 * Copy the contents of caddrmapnvl to vhci cache.
7814 * caddrmapnvl nvlist contains vhci client address to phci client address
7883 nvlist_t *caddrmapnvl; local
7911 if (nvlist_lookup_nvlist(nvl, MDI_NVPNAME_CTADDRMAP, &caddrmapnvl) == 0)
7912 caddrmapnvl_to_vhcache(vhcache, caddrmapnvl, cphci_list);
7925 nvlist_t *caddrmapnvl)
7945 err = nvlist_add_nvlist(caddrmapnvl, cct->cct_name_addr, nvl);
7952 * Build caddrmapnvl using the information in the vhci cache
7924 vhcache_to_paddrnvl(mdi_vhci_cache_t *vhcache, mdi_vhcache_client_t *cct, nvlist_t *caddrmapnvl) argument

Completed in 83 milliseconds