Searched refs:deallocate (Results 1 - 12 of 12) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmessage.h229 boolean_t deallocate: 8; member in struct:__anon872
238 boolean_t deallocate: 8; member in struct:__anon873
251 boolean_t deallocate: 8; member in struct:__anon874
264 boolean_t deallocate: 8; member in struct:__anon875
273 boolean_t deallocate: 8; member in struct:__anon876
286 boolean_t deallocate: 8; member in struct:__anon877
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORangeAllocator.h76 @param endOfRange If the free list is to contain an initial fragment, set endOfRange to the last offset in the range, ie. size - 1, to create a free fragment for the range zero to endOfRange inclusive. If zero is passed, the free list will be initialized empty, and can be populated with calls to the deallocate method.
90 @param endOfRange If the free list is to contain an initial fragment, set endOfRange to the last offset in the range, ie. size - 1, to create a free fragment for the range zero to endOfRange inclusive. If zero is passed the free list will be initialized empty, and can be populated with calls to the deallocate method.
159 /*! @function deallocate
166 virtual void deallocate( IORangeScalar start,
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_fault.h143 boolean_t deallocate,
H A Dvm_fault.c1874 * to deallocate the hard way.
3460 boolean_t deallocate,
3551 if (deallocate) {
3457 vm_fault_unwire( vm_map_t map, vm_map_entry_t entry, boolean_t deallocate, pmap_t pmap, vm_map_offset_t pmap_addr) argument
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORangeAllocator.cpp89 deallocate( 0, endOfRange + 1 );
291 void IORangeAllocator::deallocate( IORangeScalar data, function in class:IORangeAllocator
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_kmsg.c954 * We can't let ipc_kmsg_destroy deallocate
1409 * deallocate a receive right, so its entry still exists
1569 !(daddr->out_of_line.deallocate)) {
1671 dealloc = user_dsc->deallocate;
1679 dealloc = user_dsc->deallocate;
1687 dsc->deallocate = dealloc;
1761 boolean_t deallocate; local
1771 deallocate = user_dsc->deallocate;
1780 deallocate
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_mig.c611 boolean_t deallocate = TRUE; local
647 deallocate = FALSE;
654 if (deallocate)
709 * TRUE - port deallocate and reference dropped
/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dmach_msg.c252 * First, it can deallocate all port rights and
305 if (dsc->deallocate) {
329 if (dsc->deallocate) {
/macosx-10.5.8/xnu-1228.15.4/tools/tests/MMTest/
H A DMMtest.c436 ((ipc_complex_message *)req)->descriptor.deallocate = FALSE;
H A DMPMMtest.c552 ((ipc_complex_message *)req)->descriptor.deallocate = FALSE;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_shm.c274 int deallocate)
283 if (deallocate) {
273 shm_delete_mapping(__unused struct proc *p, struct shmmap_state *shmmap_s, int deallocate) argument
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.cpp1435 platformRanges->deallocate( systemBase, systemLength);
1572 // agpRange->deallocate( agpOffset, length );

Completed in 210 milliseconds