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

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsunmdi.c126 /* number of seconds the vhcache flush daemon will sleep idle before exiting */
7489 mdi_vhci_cache_t *vhcache; local
7495 vhcache = &vhc->vhc_vhcache;
7502 rw_init(&vhcache->vhcache_lock, NULL, RW_DRIVER, NULL);
7508 vhcache->vhcache_client_hash = mod_hash_create_extended(vh->vh_class,
7533 rw_enter(&vhcache->vhcache_lock, RW_WRITER);
7534 if (mainnvl_to_vhcache(vhcache, nvl) == MDI_SUCCESS)
7535 vhcache->vhcache_flags |= MDI_VHCI_CACHE_SETUP_DONE;
7541 rw_exit(&vhcache->vhcache_lock);
7559 mdi_vhci_cache_t *vhcache local
7674 enqueue_vhcache_phci(mdi_vhci_cache_t *vhcache, mdi_vhcache_phci_t *cphci) argument
7736 enqueue_vhcache_client(mdi_vhci_cache_t *vhcache, mdi_vhcache_client_t *cct) argument
7830 caddrmapnvl_to_vhcache(mdi_vhci_cache_t *vhcache, nvlist_t *nvl, mdi_vhcache_phci_t *cphci_list[]) argument
7889 mainnvl_to_vhcache(mdi_vhci_cache_t *vhcache, nvlist_t *nvl) argument
7935 vhcache_to_paddrnvl(mdi_vhci_cache_t *vhcache, mdi_vhcache_client_t *cct, nvlist_t *caddrmapnvl) argument
7968 vhcache_to_caddrmapnvl(mdi_vhci_cache_t *vhcache, nvlist_t *mainnvl) argument
7997 vhcache_to_mainnvl(mdi_vhci_cache_t *vhcache) argument
8052 lookup_vhcache_phci_by_name(mdi_vhci_cache_t *vhcache, char *phci_path) argument
8071 lookup_vhcache_phci_by_addr(mdi_vhci_cache_t *vhcache, mdi_phci_t *ph) argument
8092 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
8135 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
8163 lookup_vhcache_client(mdi_vhci_cache_t *vhcache, char *ct_name, char *ct_addr, mdi_vhcache_lookup_token_t *token) argument
8208 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
8265 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
8399 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
8497 bus_config_all_phcis(mdi_vhci_cache_t *vhcache, uint_t flags, ddi_bus_config_op_t op, major_t maj) argument
8562 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
8731 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
8932 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
9181 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
9252 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
9304 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
9433 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
[all...]

Completed in 109 milliseconds