Searched refs:ctl_id (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dkern_control.h69 @field ctl_id The kernel control id.
73 u_int32_t ctl_id; /* Kernel Controller ID */ member in struct:ctl_event_data
111 @field ctl_id The kernel control id, filled out upon return.
115 u_int32_t ctl_id; /* Kernel Controller ID */ member in struct:ctl_info
170 the ctl_id specified should be used. If this flag is not
171 present, a unique ctl_id will be dynamically assigned to your
337 @field ctl_id The control ID may be dynamically assigned or it can be a
369 u_int32_t ctl_id; member in struct:kern_ctl_reg
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_control.c688 ctl_info.ctl_id = kctl->id;
777 userkctl->ctl_id = id;
782 if (kctl_next->id > userkctl->ctl_id)
786 if (ctl_find_by_id_unit(userkctl->ctl_id, userkctl->ctl_unit) != NULL) {
791 kctl->id = userkctl->ctl_id;
882 u_int32_t ctl_id = 0; local
886 if (kctl) ctl_id = kctl->id;
889 return ctl_id;
1006 ctl_ev_data.ctl_id = id;
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dipsec_interface.c66 kernctl_addr.sc_id = kernctl_info.ctl_id;
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dflow_divert_controller.c183 kernctl_addr.sc_id = kernctl_info.ctl_id;
H A Dscnc_utils.c1982 kernctl_addr.sc_id = kernctl_info.ctl_id;

Completed in 188 milliseconds