Home
last modified time | relevance | path

Searched refs:gIOConsoleSecurityInterest (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h174 extern const OSSymbol * gIOConsoleSecurityInterest;
/xnu-11215/iokit/Kernel/
H A DIOService.cpp229 const OSSymbol * gIOConsoleSecurityInterest; variable
541 gIOConsoleSecurityInterest = OSSymbol::withCStringNoCopy( kIOConsoleSecurityInterest ); in initialize()
2312 && (typeOfInterest != gIOConsoleSecurityInterest) in registerInterestForNotifier()
2398 prop = copyProperty(gIOConsoleSecurityInterest); in unregisterAllInterest()
7446 applyToInterestNotifiers(getServiceRoot(), gIOConsoleSecurityInterest, in updateConsoleUsers()