Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIOServicePrivate.h265 extern const OSSymbol * gIOConsoleSessionSecureInputPIDKey;
H A DIOService.cpp175 const OSSymbol * gIOConsoleSessionSecureInputPIDKey; variable
548gIOConsoleSessionSecureInputPIDKey = OSSymbol::withCStringNoCopy(kIOConsoleSessionSecureInputPID… in initialize()
600 && gIOConsoleSessionOnConsoleKey && gIOConsoleSessionSecureInputPIDKey in initialize()
H A DIOUserClient.cpp1421 OSNumber * pid = OSDynamicCast(OSNumber, user->getObject(gIOConsoleSessionSecureInputPIDKey)); in clientHasPrivilege()