Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOUserServer.h173 bool fPlatformDriver; variable
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp4166 inst->fPlatformDriver = task_get_platform_binary(inst->fOwningTask); in OSDefineMetaClassAndStructors()
4198 return fPlatformDriver; in isPlatformDriver()
4295 …allowPanic = !restore_boot && fPlatformDriver && fEntitlements->getObject(gIODriverKitTestDriverEn… in clientClose()
4297 allowPanic = !restore_boot && fPlatformDriver; in clientClose()
4753 checkiOS3pEntitlements = !fPlatformDriver; in serviceNewUserClient()