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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7477 mdi_vhci_config_t *vhc; local
7482 vhc = kmem_zalloc(sizeof (mdi_vhci_config_t), KM_SLEEP);
7483 vh->vh_config = vhc;
7484 vhcache = &vhc->vhc_vhcache;
7486 vhc->vhc_vhcache_filename = vhclass2vhcache_filename(vh->vh_class);
7488 mutex_init(&vhc->vhc_lock, NULL, MUTEX_DEFAULT, NULL);
7489 cv_init(&vhc->vhc_cv, NULL, CV_DRIVER, NULL);
7528 vhc->vhc_vhcache_filename);
7534 vhc->vhc_cbid = callb_add(stop_vhcache_flush_thread, vhc,
7547 mdi_vhci_config_t *vhc = vh->vh_config; local
7588 stop_vhcache_async_threads(mdi_vhci_config_t *vhc) argument
7637 mdi_vhci_config_t *vhc = (mdi_vhci_config_t *)arg; local
8078 vhcache_phci_add(mdi_vhci_config_t *vhc, mdi_phci_t *ph) argument
8121 vhcache_phci_remove(mdi_vhci_config_t *vhc, mdi_phci_t *ph) argument
8194 vhcache_pi_add(mdi_vhci_config_t *vhc, struct mdi_pathinfo *pip) argument
8251 vhcache_pi_remove(mdi_vhci_config_t *vhc, struct mdi_pathinfo *pip) argument
8277 flush_vhcache(mdi_vhci_config_t *vhc, int force_flag) argument
8330 mdi_vhci_config_t *vhc = (mdi_vhci_config_t *)arg; local
8385 vhcache_dirty(mdi_vhci_config_t *vhc) argument
8547 st_bus_config_all_phcis(mdi_vhci_config_t *vhc, uint_t flags, ddi_bus_config_op_t op, major_t maj) argument
8716 adjust_sort_vhcache_paths(mdi_vhci_config_t *vhc, char *ct_name, char *ct_addr, mdi_vhcache_lookup_token_t *tok) argument
8773 config_client_paths_sync(mdi_vhci_config_t *vhc, char *ct_name, char *ct_addr, mdi_phys_path_t *pp_head, mdi_vhcache_lookup_token_t *tok) argument
8790 mdi_vhci_config_t *vhc = (mdi_vhci_config_t *)arg; local
8841 config_client_paths_async(mdi_vhci_config_t *vhc, char *ct_name, char *ct_addr, mdi_phys_path_t *pp_head, mdi_vhcache_lookup_token_t *tok) argument
8918 config_client_paths(mdi_vhci_config_t *vhc, char *ct_name, char *ct_addr) argument
8975 single_threaded_vhconfig_enter(mdi_vhci_config_t *vhc) argument
8985 single_threaded_vhconfig_exit(mdi_vhci_config_t *vhc) argument
9168 mdi_vhci_config_t *vhc = vh->vh_config; local
9198 vhcache_do_discovery(mdi_vhci_config_t *vhc) argument
9239 mdi_vhci_config_t *vhc = vh->vh_config; local
9291 mdi_vhci_config_t *vhc = vh->vh_config; local
9419 clean_vhcache(mdi_vhci_config_t *vhc) argument
[all...]
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c951 struct virtio_handler_container *vhc = (void *)arg2; local
962 vhc->config_handler.vh_func) {
963 vhc->config_handler.vh_func((void *)sc,
964 vhc->config_handler.vh_priv);
968 for (i = 0; i < vhc->nhandlers; i++) {
969 vhc->vq_handlers[i].vh_func((void *)sc,
970 vhc->vq_handlers[i].vh_priv);
988 struct virtio_handler_container *vhc; local
1000 vhc = kmem_zalloc(sizeof (struct virtio_handler_container) +
1003 vhc
[all...]

Completed in 81 milliseconds