Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOUserServer.h163 OSDictionary * fEntitlements; variable
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp2691 return checkEntitlements(fEntitlements, prop, provider, dext); in checkEntitlements()
2705 ok = checkEntitlements(fEntitlements, prop, provider, dext); in checkEntitlements()
2711 ok = checkEntitlements(fEntitlements, prop, NULL, NULL); in checkEntitlements()
4121 inst->fEntitlements = IOUserClient::copyClientEntitlements(inst->fOwningTask); in OSDefineMetaClassAndStructors()
4136 if (inst->fEntitlements == NULL) { in OSDefineMetaClassAndStructors()
4295 …allowPanic = !restore_boot && fPlatformDriver && fEntitlements->getObject(gIODriverKitTestDriverEn… in clientClose()
4344 OSSafeReleaseNULL(fEntitlements); in free()
4744 ok = checkEntitlements(fEntitlements, prop, NULL, NULL); in serviceNewUserClient()
4772 …ok = fEntitlements && fEntitlements->getObject(gIODriverKitUserClientEntitlementAllowThirdPartyUse… in serviceNewUserClient()
4788 if (fEntitlements && fEntitlements->getObject(gIODriverKitUserClientEntitlementAllowAnyKey)) { in serviceNewUserClient()