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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c134 CSMAGIC_REQUIREMENT = 0xfade0c00, /* single Requirement blob */
136 CSMAGIC_CODEDIRECTORY = 0xfade0c02, /* CodeDirectory blob */
167 uint32_t length; /* total length of CodeDirectory blob */
185 * Locate the CodeDirectory from an embedded signature blob
218 * without a blob.
2129 SYSCTL_INT(_vm, OID_AUTO, cs_blob_size_max, CTLFLAG_RD, &cs_blob_size_max, 0, "Size of biggest code signature blob");
2174 struct cs_blob *blob, *oblob; local
2184 blob = (struct cs_blob *) kalloc(sizeof (struct cs_blob));
2185 if (blob == NULL) {
2190 /* get a memory entry on the blob */
2421 struct cs_blob *blob; local
2458 struct cs_blob *blob, *next_blob; local
2516 struct cs_blob *blobs, *blob; local
2675 struct cs_blob *blobs, *blob; local
[all...]
H A Dmach_loader.c594 struct cs_blob *blob; local
596 blob = ubc_cs_blob_get(vp, -1, file_offset);
597 if (blob != NULL) {
599 result->csflags |= blob->csb_flags;
1345 struct cs_blob *blob; local
1350 blob = NULL;
1358 blob = ubc_cs_blob_get(vp, cputype, -1);
1359 if (blob != NULL) {
1360 /* we already have a blob for this vnode and cputype */
1361 if (blob
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOHibernateIO.cpp1336 int32_t blob; local
1352 for (blob = 0; blob < kIOHibernateProgressCount; blob++)
1354 color = blob ? kIOHibernateProgressDarkGray : kIOHibernateProgressMidGray;
1370 saveunder[blob * kIOHibernateProgressSaveUnderSize + saveindex[blob]++] = in;
1394 int32_t blob, lastBlob; local
1416 for (blob = firstBlob; blob <
1720 uint32_t blob, lastBlob = (uint32_t) -1L; local
2203 uint32_t blob, lastBlob = (uint32_t) -1L; local
[all...]

Completed in 85 milliseconds