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

/darwin-on-arm/xnu/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
308 @field ctl_id The control ID may be dynamically assigned or it can be a
340 u_int32_t ctl_id; member in struct:kern_ctl_reg
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_control.c687 ctl_info.ctl_id = kctl->id;
775 userkctl->ctl_id = id;
780 if (kctl_next->id > userkctl->ctl_id)
784 if (ctl_find_by_id_unit(userkctl->ctl_id, userkctl->ctl_unit) != NULL) {
789 kctl->id = userkctl->ctl_id;
874 u_int32_t ctl_id = 0; local
878 if (kctl) ctl_id = kctl->id;
881 return ctl_id;
998 ctl_ev_data.ctl_id = id;

Completed in 19 milliseconds