Home
last modified time | relevance | path

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

/xnu-11215.41.3/iokit/Kernel/
H A DIOServicePrivate.h273 extern const OSSymbol * gIOConsoleSessionSecureInputPIDKey;
H A DIOService.cpp180 const OSSymbol * gIOConsoleSessionSecureInputPIDKey; variable
572gIOConsoleSessionSecureInputPIDKey = OSSymbol::withCStringNoCopy(kIOConsoleSessionSecureInputPID… in initialize()
641 && gIOConsoleSessionOnConsoleKey && gIOConsoleSessionSecureInputPIDKey in initialize()
H A DIOUserClient.cpp1495 OSNumber * pid = OSDynamicCast(OSNumber, user->getObject(gIOConsoleSessionSecureInputPIDKey)); in clientHasPrivilege()