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

/darwin-on-arm/xnu/bsd/sys/
H A Dkern_control.h168 @defined CTL_FLAG_REG_ID_UNIT
169 @discussion The CTL_FLAG_REG_ID_UNIT flag is passed to indicate that
176 #define CTL_FLAG_REG_ID_UNIT 0x2 macro
212 connecting to. If CTL_FLAG_REG_ID_UNIT was set when the kernel control
214 If CTL_FLAG_REG_ID_UNIT was not set when the kernel control was
310 For a DTS assigned creator code the CTL_FLAG_REG_ID_UNIT flag must be set.
311 For a dynamically assigned control ID, do not set the CTL_FLAG_REG_ID_UNIT flag.
316 the CTL_FLAG_REG_ID_UNIT flag is set.
318 @field ctl_flags CTL_FLAG_PRIVILEGED and/or CTL_FLAG_REG_ID_UNIT.
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_control.c322 if ((kctl->flags & CTL_FLAG_REG_ID_UNIT) || sa.sc_unit != 0) {
729 * CTL_FLAG_REG_ID_UNIT indicates the control ID and unit number are
737 if ((userkctl->ctl_flags & CTL_FLAG_REG_ID_UNIT) == 0) {
921 if (kctl->id == id && (kctl->flags & CTL_FLAG_REG_ID_UNIT) == 0)

Completed in 23 milliseconds