Home
last modified time | relevance | path

Searched refs:kIOKitDebugUserOptions (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOKitDebug.h96 kIOKitDebugUserOptions = 0 enumerator
/xnu-11215/iokit/Kernel/
H A DIOKitDebug.cpp68 gIOKitDebug = ((gIOKitDebug & ~kIOKitDebugUserOptions) | (newValue & kIOKitDebugUserOptions)); in sysctl_debug_iokit()