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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_attrlist.c67 ssize_t allocated; member in struct:_attrlist_buf
81 fit = imin(count, ab->allocated - (ab->fixedcursor - ab->base));
100 fit = imin(count, ab->allocated - (ab->varcursor - ab->base));
106 fit = imin(extcount, ab->allocated - (ab->varcursor - ab->base));
147 space = ab->allocated - (ab->varcursor - ab->base);
161 if ((AB.allocated - (AB.fixedcursor - AB.base)) >= 4) { \
169 if ((AB.allocated - (AB.fixedcursor - AB.base)) >= 8) { \
707 ab.allocated = imin(uap->bufferSize, fixedsize + varsize);
708 if (ab.allocated > ATTR_MAX_BUFFER) {
710 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: buffer size too large (%d limit %d)", ab.allocated, ATTR_MAX_BUFFE
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c789 int allocated = 0; local
855 allocated = 1;
980 if (allocated != 0)
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea_asm.s541 ; them to be allocated. If not, we release the backpocket list and choke.
681 ; them to be allocated. If not, we release the backpocket list and choke.
952 * It trims the list and, if a pool page was fully allocated, puts that page on
1087 rlwinm. r0,r29,0,sac_permb,sac_permb ; Is this a permanently allocated area? (also sets 0 needed below)
1192 rlwinm. r0,r29,0,sac_permb,sac_permb ; Is this a permanently allocated area? (also sets 0 needed below)
H A Dvmachmon_asm.s70 .long EXT(vmm_tear_down_context) ; Tears down a previously-allocated VMM context
H A Dhw_vm.s4099 andc r4,r4,r8 ; Clear the invalid bit for the slot we just allocated

Completed in 68 milliseconds