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

/darwin-on-arm/xnu/bsd/sys/
H A Dkern_control.h70 @field ctl_unit The kernel control unit.
74 u_int32_t ctl_unit; member in struct:ctl_event_data
213 was registered, sc_unit is the ctl_unit of the kern_ctl_reg structure.
314 @field ctl_unit A separate unit number to register multiple units that
341 u_int32_t ctl_unit; member in struct:kern_ctl_reg
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_control.c784 if (ctl_find_by_id_unit(userkctl->ctl_id, userkctl->ctl_unit) != NULL) {
790 kctl->reg_unit = userkctl->ctl_unit;

Completed in 24 milliseconds