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

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsunmdi.c7824 * Copy the contents of caddrmapnvl to vhci cache.
7825 * caddrmapnvl nvlist contains vhci client address to phci client address
7894 nvlist_t *caddrmapnvl; local
7922 if (nvlist_lookup_nvlist(nvl, MDI_NVPNAME_CTADDRMAP, &caddrmapnvl) == 0)
7923 caddrmapnvl_to_vhcache(vhcache, caddrmapnvl, cphci_list);
7936 nvlist_t *caddrmapnvl)
7956 err = nvlist_add_nvlist(caddrmapnvl, cct->cct_name_addr, nvl);
7963 * Build caddrmapnvl using the information in the vhci cache
7935 vhcache_to_paddrnvl(mdi_vhci_cache_t *vhcache, mdi_vhcache_client_t *cct, nvlist_t *caddrmapnvl) argument

Completed in 131 milliseconds