Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dsunmdi.c7606 for (acc = vhc->vhc_acc_list_head; acc != NULL; acc = acc_next) { in stop_vhcache_async_threads()
7610 vhc->vhc_acc_list_head = NULL; in stop_vhcache_async_threads()
8804 vhc->vhc_acc_list_head == NULL && in config_client_paths_thread()
8813 vhc->vhc_acc_list_head == NULL) in config_client_paths_thread()
8816 acc = vhc->vhc_acc_list_head; in config_client_paths_thread()
8817 vhc->vhc_acc_list_head = acc->acc_next; in config_client_paths_thread()
8818 if (vhc->vhc_acc_list_head == NULL) in config_client_paths_thread()
8860 for (acc = vhc->vhc_acc_list_head; acc != NULL; acc = acc->acc_next) { in config_client_paths_async()
8869 if (vhc->vhc_acc_list_head == NULL) in config_client_paths_async()
8870 vhc->vhc_acc_list_head = newacc; in config_client_paths_async()
/titanic_50/usr/src/uts/common/sys/
H A Dmdi_impldefs.h1053 struct mdi_async_client_config *vhc_acc_list_head; member