Searched refs:cct (Results 1 – 5 of 5) sorted by relevance
7550 mdi_vhcache_client_t *cct, *cct_next; in destroy_vhci_cache() local7567 for (cct = vhcache->vhcache_client_head; cct != NULL; cct = cct_next) { in destroy_vhci_cache()7568 cct_next = cct->cct_next; in destroy_vhci_cache()7569 for (cpi = cct->cct_cpi_head; cpi != NULL; cpi = cpi_next) { in destroy_vhci_cache()7573 free_vhcache_client(cct); in destroy_vhci_cache()7677 enqueue_tail_vhcache_pathinfo(mdi_vhcache_client_t *cct, in enqueue_tail_vhcache_pathinfo() argument7681 if (cct->cct_cpi_head == NULL) in enqueue_tail_vhcache_pathinfo()7682 cct->cct_cpi_head = cpi; in enqueue_tail_vhcache_pathinfo()7684 cct->cct_cpi_tail->cpi_next = cpi; in enqueue_tail_vhcache_pathinfo()7685 cct->cct_cpi_tail = cpi; in enqueue_tail_vhcache_pathinfo()[all …]
89 caller_context_t *cct) in ctfs_ctl_access() argument187 caller_context_t *cct) in ctfs_ctl_ioctl() argument280 caller_context_t *cct) in ctfs_stat_ioctl() argument
199 caller_context_t *cct) in ctfs_ev_access() argument222 ctfs_ev_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *cct) in ctfs_ev_open() argument
137 ctfs_cdir_inactive(vnode_t *vp, cred_t *cr, caller_context_t *cct) in ctfs_cdir_inactive() argument
639 contract_t *cct; in contract_process_destroy() local646 while (cct = list_head(&ctp->conp_inherited)) { in contract_process_destroy()647 mutex_enter(&cct->ct_lock); in contract_process_destroy()649 ASSERT(cct->ct_state == CTS_INHERITED); in contract_process_destroy()651 list_remove(&ctp->conp_inherited, cct); in contract_process_destroy()653 cct->ct_regent = NULL; in contract_process_destroy()654 cct->ct_type->ct_type_ops->contop_abandon(cct); in contract_process_destroy()