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

/xnu-2422.115.4/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 Dif_ipsec.c211 pcb->ipsec_unit = sac->sc_unit;
H A Dif_utun.c200 pcb->utun_unit = sac->sc_unit;
H A Dntstat.c1797 state->ncs_unit = sac->sc_unit;
/xnu-2422.115.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
219 @param sac The address used to connect to this control. The field sc_unit
222 was registered, sc_unit is the ctl_unit of the kern_ctl_reg structure.
224 registered, sc_unit is the dynamically allocated unit number of
/xnu-2422.115.4/bsd/kern/
H A Dkern_control.c281 kctl = ctl_find_by_id_unit(sa.sc_id, sa.sc_unit);
304 if ((kctl->flags & CTL_FLAG_REG_ID_UNIT) || sa.sc_unit != 0) {
305 if (kcb_find(kctl, sa.sc_unit) != NULL) {
328 sa.sc_unit = unit;
331 kcb->unit = sa.sc_unit;
420 sc.sc_unit = kcb->unit;
/xnu-2422.115.4/bsd/netinet/
H A Dflow_divert.c2950 if (sac->sc_unit >= GROUP_COUNT_MAX) {
2967 new_group->ctl_unit = sac->sc_unit;
2982 } else if (g_flow_divert_groups[sac->sc_unit] != NULL) {
2985 g_flow_divert_groups[sac->sc_unit] = new_group;

Completed in 90 milliseconds