Searched refs:allocated (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_init.c169 DODEBUG(printf("vector at %x allocated\n",
536 struct vfstable *slotp, *allocated = NULL; local
550 if (allocated == NULL) {
553 MALLOC(allocated, struct vfstable *, sizeof(struct vfstable),
557 slotp = allocated;
558 allocated = NULL;
582 if (allocated != NULL) {
583 FREE(allocated, M_TEMP);
640 * This entry was dynamically allocated; we must free it;
H A Dvfs_attrlist.c67 ssize_t allocated; member in struct:_attrlist_buf
83 fit = imin(count, ab->allocated - (ab->fixedcursor - ab->base));
102 fit = imin(count, ab->allocated - (ab->varcursor - ab->base));
108 fit = imin(extcount, ab->allocated - (ab->varcursor - ab->base));
149 space = ab->allocated - (ab->varcursor - ab->base);
163 if ((AB.allocated - (AB.fixedcursor - AB.base)) >= 4) { \
171 if ((AB.allocated - (AB.fixedcursor - AB.base)) >= 8) { \
869 ab.allocated = imin(uap->bufferSize, fixedsize + varsize);
870 if (ab.allocated > ATTR_MAX_BUFFER) {
872 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: buffer size too large (%d limit %d)", ab.allocated, ATTR_MAX_BUFFE
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c90 } allocated; typedef in typeref:struct:__anon114
95 uint32_t allocSz = sz + 2 * sizeof(allocated);
97 allocated *alloc = NULL;
98 MALLOC(alloc, allocated *, allocSz, type, flags);
105 allocated *alloc2 = (allocated*)(ret + sz);
127 allocated *alloc = (allocated*)ret;
129 uint32_t sz = alloc->allocSz - 2 * sizeof(allocated);
130 allocated *alloc
[all...]
H A Dpthread_synch.c193 int allocated = 0; local
261 allocated = 1;
419 if (allocated != 0)
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sect.h63 boolean_t allocated; // This section's data is allocated internally member in struct:kxld_sect
H A Dkxld_sect.c173 sect->allocated = TRUE;
210 if (sect->allocated) {
212 sect->allocated = FALSE;

Completed in 33 milliseconds