Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIOServicePrivate.h265 extern const OSSymbol * gIOConsoleSessionSecureInputPIDKey;
H A DIOService.cpp178 const OSSymbol * gIOConsoleSessionSecureInputPIDKey; variable
559gIOConsoleSessionSecureInputPIDKey = OSSymbol::withCStringNoCopy(kIOConsoleSessionSecureInputPID… in initialize()
619 && gIOConsoleSessionOnConsoleKey && gIOConsoleSessionSecureInputPIDKey in initialize()
H A DIOUserClient.cpp1441 OSNumber * pid = OSDynamicCast(OSNumber, user->getObject(gIOConsoleSessionSecureInputPIDKey)); in clientHasPrivilege()