Searched refs:ctl_cb (Results 1 – 2 of 2) sorted by relevance
85 TAILQ_HEAD(, ctl_cb) kcb_head;97 struct ctl_cb { struct98 TAILQ_ENTRY(ctl_cb) next; /* controller chain */159 static struct ctl_cb *kcb_find(struct kctl *, u_int32_t unit);277 kcb_delete(struct ctl_cb *kcb) in kcb_delete()281 kfree_type(struct ctl_cb, kcb); in kcb_delete()295 struct ctl_cb *kcb = 0; in ctl_attach()297 kcb = kalloc_type(struct ctl_cb, Z_WAITOK | Z_ZERO | Z_NOFAIL); in ctl_attach()318 struct ctl_cb *kcb = (struct ctl_cb *)so->so_pcb; in ctl_sofreelastref()342 ctl_kcb_increment_use_count(struct ctl_cb *kcb, lck_mtx_t *mutex_held) in ctl_kcb_increment_use_count()[all …]
671 struct ctl_cb;