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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c127 /* number of seconds the vhcache flush daemon will sleep idle before exiting */
7478 mdi_vhci_cache_t *vhcache; local
7484 vhcache = &vhc->vhc_vhcache;
7491 rw_init(&vhcache->vhcache_lock, NULL, RW_DRIVER, NULL);
7497 vhcache->vhcache_client_hash = mod_hash_create_extended(vh->vh_class,
7522 rw_enter(&vhcache->vhcache_lock, RW_WRITER);
7523 if (mainnvl_to_vhcache(vhcache, nvl) == MDI_SUCCESS)
7524 vhcache->vhcache_flags |= MDI_VHCI_CACHE_SETUP_DONE;
7530 rw_exit(&vhcache->vhcache_lock);
7548 mdi_vhci_cache_t *vhcache local
7663 enqueue_vhcache_phci(mdi_vhci_cache_t *vhcache, mdi_vhcache_phci_t *cphci) argument
7725 enqueue_vhcache_client(mdi_vhci_cache_t *vhcache, mdi_vhcache_client_t *cct) argument
7819 caddrmapnvl_to_vhcache(mdi_vhci_cache_t *vhcache, nvlist_t *nvl, mdi_vhcache_phci_t *cphci_list[]) argument
7878 mainnvl_to_vhcache(mdi_vhci_cache_t *vhcache, nvlist_t *nvl) argument
7924 vhcache_to_paddrnvl(mdi_vhci_cache_t *vhcache, mdi_vhcache_client_t *cct, nvlist_t *caddrmapnvl) argument
7957 vhcache_to_caddrmapnvl(mdi_vhci_cache_t *vhcache, nvlist_t *mainnvl) argument
7986 vhcache_to_mainnvl(mdi_vhci_cache_t *vhcache) argument
8040 lookup_vhcache_phci_by_name(mdi_vhci_cache_t *vhcache, char *phci_path) argument
8059 lookup_vhcache_phci_by_addr(mdi_vhci_cache_t *vhcache, mdi_phci_t *ph) argument
8080 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
8123 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
8151 lookup_vhcache_client(mdi_vhci_cache_t *vhcache, char *ct_name, char *ct_addr, mdi_vhcache_lookup_token_t *token) argument
8196 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
8253 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
8387 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
8485 bus_config_all_phcis(mdi_vhci_cache_t *vhcache, uint_t flags, ddi_bus_config_op_t op, major_t maj) argument
8550 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
8719 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
8920 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
9169 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
9240 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
9292 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
9421 mdi_vhci_cache_t *vhcache = &vhc->vhc_vhcache; local
[all...]

Completed in 80 milliseconds