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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp115 const OSSymbol * gIOConsoleLockedKey; variable
326 gIOConsoleLockedKey = OSSymbol::withCStringNoCopy( kIOConsoleLockedKey);
373 IORegistryEntry::getRegistryRoot()->setProperty(gIOConsoleLockedKey, kOSBooleanTrue);
4429 publish = (consoleUsers || (locked != regEntry->getProperty(gIOConsoleLockedKey)));
4432 regEntry->setProperty(gIOConsoleLockedKey, locked);

Completed in 60 milliseconds