Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOKitKeysPrivate.h36 #define kIOConsoleLockedKey "IOConsoleLocked" /* value is OSBoole… macro
/xnu-11215/iokit/Kernel/
H A DIOService.cpp565 gIOConsoleLockedKey = OSSymbol::withCStringNoCopy( kIOConsoleLockedKey); in initialize()