Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp187 static uint32_t gIOScreenLockState; variable
7421 gIOScreenLockState = kIOScreenLockLocked; in updateConsoleUsers()
7423 gIOScreenLockState = kIOScreenLockUnlocked; in updateConsoleUsers()
7425 gIOScreenLockState = kIOScreenLockNoLock; in updateConsoleUsers()
7427 …gIOChosenEntry->setProperty(kIOScreenLockStateKey, &gIOScreenLockState, sizeof(gIOScreenLockState)… in updateConsoleUsers()
7430gIOScreenLockState, gIOHibernateState, (gIOConsoleBooterLockState != NULL), now, systemMessage); in updateConsoleUsers()