Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_cs.c614 if (!csblob->csb_entitlements) { in csblob_entitlements_dictionary_copy()
620 return amfi->OSEntitlements_asdict(csblob->csb_entitlements); in csblob_entitlements_dictionary_copy()
633 assert(csblob->csb_entitlements == NULL); in csblob_os_entitlements_set()
637 csblob->csb_entitlements = entitlements; in csblob_os_entitlements_set()
643 if (!csblob->csb_entitlements) { in csblob_os_entitlements_copy()
646 osobject_retain(csblob->csb_entitlements); in csblob_os_entitlements_copy()
647 return csblob->csb_entitlements; in csblob_os_entitlements_copy()
653 if (!csblob->csb_entitlements) { in csblob_os_entitlements_get()
656 return csblob->csb_entitlements; in csblob_os_entitlements_get()
H A Dubc_subr.c3614 if (blob->csb_entitlements != NULL) { in cs_blob_cleanup()
3617 amfi->OSEntitlements_invalidate(blob->csb_entitlements); in cs_blob_cleanup()
3619 osobject_release(blob->csb_entitlements); in cs_blob_cleanup()
3620 blob->csb_entitlements = NULL; in cs_blob_cleanup()
3681 blob->csb_entitlements = NULL; in cs_blob_init_validated()
/xnu-8019.80.24/bsd/sys/
H A Dubc_internal.h135 void * csb_entitlements; /* The entitlements as an OSEntitlements object */ member