Home
last modified time | relevance | path

Searched refs:cct (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7578 for (cct = vhcache->vhcache_client_head; cct != NULL; cct = cct_next) { in destroy_vhci_cache()
7739 cct->cct_next = NULL; in enqueue_vhcache_client()
7778 kmem_free(cct->cct_name_addr, strlen(cct->cct_name_addr) + 1); in free_vhcache_client()
7779 kmem_free(cct, sizeof (*cct)); in free_vhcache_client()
7839 cct = kmem_zalloc(sizeof (*cct), KM_SLEEP); in caddrmapnvl_to_vhcache()
7848 (mod_hash_key_t)cct->cct_name_addr, (mod_hash_val_t)cct); in caddrmapnvl_to_vhcache()
7979 for (cct = vhcache->vhcache_client_head; cct != NULL; in vhcache_to_caddrmapnvl()
7980 cct = cct->cct_next) { in vhcache_to_caddrmapnvl()
8219 cct = kmem_zalloc(sizeof (*cct), KM_SLEEP); in vhcache_pi_add()
8224 (mod_hash_key_t)cct->cct_name_addr, (mod_hash_val_t)cct); in vhcache_pi_add()
[all …]
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_ctl.c87 caller_context_t *cct) in ctfs_ctl_access() argument
185 caller_context_t *cct) in ctfs_ctl_ioctl() argument
278 caller_context_t *cct) in ctfs_stat_ioctl() argument
H A Dctfs_event.c198 caller_context_t *cct) in ctfs_ev_access() argument
221 ctfs_ev_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *cct) in ctfs_ev_open() argument
H A Dctfs_cdir.c135 ctfs_cdir_inactive(vnode_t *vp, cred_t *cr, caller_context_t *cct) in ctfs_cdir_inactive() argument
/illumos-gate/usr/src/uts/common/contract/
H A Dprocess.c640 contract_t *cct; in contract_process_destroy() local
647 while (cct = list_head(&ctp->conp_inherited)) { in contract_process_destroy()
648 mutex_enter(&cct->ct_lock); in contract_process_destroy()
650 ASSERT(cct->ct_state == CTS_INHERITED); in contract_process_destroy()
652 list_remove(&ctp->conp_inherited, cct); in contract_process_destroy()
654 cct->ct_regent = NULL; in contract_process_destroy()
655 cct->ct_type->ct_type_ops->contop_abandon(cct); in contract_process_destroy()
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dbdn.h399 struct digest_stc cct[MAX_CCT_SIZE];
861 struct bdn_rrp_digest cct[BDN_CCT_MAX_SIZE]; member