Searched refs:blob (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c140 CSMAGIC_REQUIREMENT = 0xfade0c00, /* single Requirement blob */
142 CSMAGIC_CODEDIRECTORY = 0xfade0c02, /* CodeDirectory blob */
172 uint32_t length; /* total length of blob */
188 uint32_t length; /* total length of CodeDirectory blob */
208 * Locate the CodeDirectory from an embedded signature blob
241 * without a blob.
371 /* Retrieve the entitlements blob for a process.
379 * entitlements blob if found; or will be set to NULL/zero
390 CS_GenericBlob *blob; local
414 blob
2435 struct cs_blob *blob, *oblob; local
2692 struct cs_blob *blob; local
2729 struct cs_blob *blob, *next_blob; local
2802 struct cs_blob *blobs, *blob; local
2965 struct cs_blob *blobs, *blob; local
[all...]
H A Dmach_loader.c746 struct cs_blob *blob; local
748 blob = ubc_cs_blob_get(vp, -1, file_offset);
749 if (blob != NULL) {
751 result->csflags |= blob->csb_flags;
1473 struct cs_blob *blob; local
1478 blob = NULL;
1486 blob = ubc_cs_blob_get(vp, cputype, -1);
1487 if (blob != NULL) {
1488 /* we already have a blob for this vnode and cputype */
1489 if (blob
[all...]
H A Dkern_exec.c3839 void *blob = NULL; local
3868 error = cs_entitlements_blob_get(p, &blob, &length);
3871 if ((p->p_csflags & CS_VALID) && NULL == blob) {
3881 if (NULL != blob)
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp1538 int32_t blob; local
1554 for (blob = 0; blob < kIOHibernateProgressCount; blob++)
1556 color = blob ? kIOHibernateProgressDarkGray : kIOHibernateProgressMidGray;
1572 saveunder[blob * kIOHibernateProgressSaveUnderSize + saveindex[blob]++] = in;
1596 int32_t blob, lastBlob; local
1618 for (blob = firstBlob; blob <
2077 uint32_t blob, lastBlob = (uint32_t) -1L; local
[all...]

Completed in 28 milliseconds