Home
last modified time | relevance | path

Searched refs:CEQueryContext (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.81.2/EXTERNAL_HEADERS/CoreEntitlements/
H A DEntitlementsPriv.h20 struct CEQueryContext { struct
26 …agedContext(const CERuntime_t rt, CEValidationResult validationResult, struct CEQueryContext* ctx); argument
33 struct CEQueryContext CEConjureContextFromDER(der_vm_context_t der_context);
H A DCoreEntitlements.h12 typedef struct CEQueryContext* CEQueryContext_t;
/xnu-8792.81.2/osfmk/vm/
H A Dpmap_cs.h201 struct CEQueryContext entitlements_ctx_storage;
202 struct CEQueryContext *entitlements_ctx;
364 struct CEQueryContext core_entitlements_ctx;
365 struct CEQueryContext *ce_ctx;
/xnu-8792.81.2/osfmk/arm/pmap/
H A Dpmap.c12702 memset(&profile_obj->entitlements_ctx_storage, 0, sizeof(struct CEQueryContext));
12724 struct CEQueryContext query_ctx = {0};
/xnu-8792.81.2/iokit/Kernel/
H A DIOUserClient.cpp1501 struct CEQueryContext queryCtx = {}; in copyClientEntitlement()