Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/IOKit/ !
H A DIOKitKeysPrivate.h50 #define kIOConsoleSessionScreenIsLockedKey "CGSSessionScreenIsLocked" /* value is OSBoolea… macro
/xnu-8796.121.2/iokit/Kernel/ !
H A DIOService.cpp561 …onsoleSessionScreenIsLockedKey = OSSymbol::withCStringNoCopy(kIOConsoleSessionScreenIsLockedKey); in initialize()