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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp118 const OSSymbol * gIOConsoleLockedKey; variable
337 gIOConsoleLockedKey = OSSymbol::withCStringNoCopy( kIOConsoleLockedKey);
392 IORegistryEntry::getRegistryRoot()->setProperty(gIOConsoleLockedKey, kOSBooleanTrue);
4755 publish = (consoleUsers || (locked != regEntry->getProperty(gIOConsoleLockedKey)));
4758 regEntry->setProperty(gIOConsoleLockedKey, locked);

Completed in 196 milliseconds