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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkern_control.h124 sc_id/sc_unit uniquely identify each controller. sc_id is a
127 creator code obtained from Apple Computer. sc_unit is a unit
134 @field sc_unit Kernel controller private unit number.
142 u_int32_t sc_unit; /* Developer private unit number */ member in struct:sockaddr_ctl
210 @param sac The address used to connect to this control. The field sc_unit
213 was registered, sc_unit is the ctl_unit of the kern_ctl_reg structure.
215 registered, sc_unit is the dynamically allocated unit number of
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_control.c299 kctl = ctl_find_by_id_unit(sa.sc_id, sa.sc_unit);
322 if ((kctl->flags & CTL_FLAG_REG_ID_UNIT) || sa.sc_unit != 0) {
323 if (kcb_find(kctl, sa.sc_unit) != NULL) {
346 sa.sc_unit = unit;
349 kcb->unit = sa.sc_unit;
425 sc.sc_unit = kcb->unit;
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c8410 pcb->unit = sac->sc_unit;

Completed in 28 milliseconds