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

/macosx-10.5.8/xnu-1228.15.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
307 @field ctl_id The control ID may be dynamically assigned or it can be a
339 u_int32_t ctl_id; member in struct:kern_ctl_reg
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_control.c679 ctl_info->ctl_id = kctl->id;
766 userkctl->ctl_id = id;
771 if (kctl_next->id > userkctl->ctl_id)
775 if (ctl_find_by_id_unit(userkctl->ctl_id, userkctl->ctl_unit) != NULL) {
780 kctl->id = userkctl->ctl_id;
912 ctl_ev_data.ctl_id = id;

Completed in 79 milliseconds