Home
last modified time | relevance | path

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

/xnu-10002.61.3/iokit/IOKit/
H A DIOService.h198 extern const OSSymbol * gIODriverKitTestDriverEntitlementKey;
/xnu-10002.61.3/iokit/Kernel/
H A DIOService.cpp207 const OSSymbol * gIODriverKitTestDriverEntitlementKey; variable
580gIODriverKitTestDriverEntitlementKey = OSSymbol::withCStringNoCopy( kIODriverKitTestDriverEntitle… in initialize()
H A DIOUserServer.cpp4210 …allowPanic = fPlatformDriver && fEntitlements->getObject(gIODriverKitTestDriverEntitlementKey) != … in clientClose()