Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/
H A Dkern_cs.c730 if (!csblob->csb_entitlements) { in csblob_entitlements_dictionary_copy()
736 return amfi->OSEntitlements_asdict(csblob->csb_entitlements); in csblob_entitlements_dictionary_copy()
749 assert(csblob->csb_entitlements == NULL); in csblob_os_entitlements_set()
753 csblob->csb_entitlements = entitlements; in csblob_os_entitlements_set()
759 if (!csblob->csb_entitlements) { in csblob_os_entitlements_copy()
762 osobject_retain(csblob->csb_entitlements); in csblob_os_entitlements_copy()
763 return csblob->csb_entitlements; in csblob_os_entitlements_copy()
769 if (!csblob->csb_entitlements) { in csblob_os_entitlements_get()
772 return csblob->csb_entitlements; in csblob_os_entitlements_get()
H A Dubc_subr.c3913 if (blob->csb_entitlements != NULL) { in cs_blob_cleanup()
3914 amfi->OSEntitlements_invalidate(blob->csb_entitlements); in cs_blob_cleanup()
3915 osobject_release(blob->csb_entitlements); in cs_blob_cleanup()
3916 blob->csb_entitlements = NULL; in cs_blob_cleanup()
3983 blob->csb_entitlements = NULL; in cs_blob_init_validated()
/xnu-8792.61.2/bsd/sys/
H A Dubc_internal.h136 void * csb_entitlements; /* The entitlements as an OSEntitlements object */ member