Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7601 mdi_async_client_config_t *acc, *acc_next; in stop_vhcache_async_threads() local
7617 for (acc = vhc->vhc_acc_list_head; acc != NULL; acc = acc_next) { in stop_vhcache_async_threads()
7618 acc_next = acc->acc_next; in stop_vhcache_async_threads()
8681 acc->acc_next = NULL; in alloc_async_client_config()
8828 vhc->vhc_acc_list_head = acc->acc_next; in config_client_paths_thread()
8871 for (acc = vhc->vhc_acc_list_head; acc != NULL; acc = acc->acc_next) { in config_client_paths_async()
8883 vhc->vhc_acc_list_tail->acc_next = newacc; in config_client_paths_async()
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h1102 struct mdi_async_client_config *acc_next; /* next in vhci acc list */ member