Home
last modified time | relevance | path

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

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