Searched refs:ctl_cb (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsys_domain.h66 struct ctl_cb;
90 TAILQ_HEAD(, ctl_cb) kcb_head;
94 struct ctl_cb { struct
95 TAILQ_ENTRY(ctl_cb) next; /* controller chain */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_control.c95 static struct ctl_cb *kcb_find(struct kctl *, u_int32_t unit);
202 kcb_delete(struct ctl_cb *kcb)
222 struct ctl_cb *kcb = 0;
224 MALLOC(kcb, struct ctl_cb *, sizeof(struct ctl_cb), M_TEMP, M_WAITOK);
229 bzero(kcb, sizeof(struct ctl_cb));
250 struct ctl_cb *kcb = (struct ctl_cb *)so->so_pcb;
270 struct ctl_cb *kcb = (struct ctl_cb *)s
[all...]
H A Dsocket_info.c211 struct ctl_cb *kcb = (struct ctl_cb *)so->so_pcb;

Completed in 79 milliseconds