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

/darwin-on-arm/xnu/bsd/net/
H A Dif_pflog.h70 int sc_unit; member in struct:pflog_softc
H A Dif_pflog.c169 pflogif->sc_unit = unit;
211 pflogifs[pflogif->sc_unit] = NULL;
H A Diptap.c328 client->_unit = sac->sc_unit;
H A Dif_utun.c203 pcb->utun_unit = sac->sc_unit;
H A Dntstat.c1387 state->ncs_unit = sac->sc_unit;
/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/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;
438 sc.sc_unit = kcb->unit;

Completed in 100 milliseconds