Home
last modified time | relevance | path

Searched refs:vhc_acc_list_head (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7617 for (acc = vhc->vhc_acc_list_head; acc != NULL; acc = acc_next) { in stop_vhcache_async_threads()
7621 vhc->vhc_acc_list_head = NULL; in stop_vhcache_async_threads()
8815 vhc->vhc_acc_list_head == NULL && in config_client_paths_thread()
8824 vhc->vhc_acc_list_head == NULL) in config_client_paths_thread()
8827 acc = vhc->vhc_acc_list_head; in config_client_paths_thread()
8828 vhc->vhc_acc_list_head = acc->acc_next; in config_client_paths_thread()
8829 if (vhc->vhc_acc_list_head == NULL) in config_client_paths_thread()
8871 for (acc = vhc->vhc_acc_list_head; acc != NULL; acc = acc->acc_next) { in config_client_paths_async()
8880 if (vhc->vhc_acc_list_head == NULL) in config_client_paths_async()
8881 vhc->vhc_acc_list_head = newacc; in config_client_paths_async()
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h1053 struct mdi_async_client_config *vhc_acc_list_head; member