Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/IOKit/
H A DIOUserServer.h173 bool fPlatformDriver; variable
/xnu-8792.41.9/iokit/Kernel/
H A DIOUserServer.cpp4033 inst->fPlatformDriver = task_get_platform_binary(inst->fOwningTask); in OSDefineMetaClassAndStructors()
4064 return fPlatformDriver; in isPlatformDriver()
4162 …allowReboot = fPlatformDriver && fEntitlements->getObject(gIODriverKitTestDriverEntitlementKey) !=… in clientClose()
4164 allowReboot = fPlatformDriver; in clientClose()
4612 checkiOS3pEntitlements = !fPlatformDriver; in serviceNewUserClient()