Searched refs:mach_port_deallocate (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dmach_init_ports.c97 mach_port_deallocate(mach_task_self(), host);
H A Dmach_init.c173 mach_port_deallocate(mach_task_self_, host);
H A Dmach_msg.c213 (void) mach_port_deallocate(mach_task_self(), port);
226 (void) mach_port_deallocate(mach_task_self(), port);
234 (void) mach_port_deallocate(mach_task_self(), port);
/macosx-10.5.8/xnu-1228.15.4/bsd/uxkern/
H A Dux_exception.c176 (void) mach_port_deallocate(get_task_ipcspace(ux_handler_self), reply_port);
350 (void)mach_port_deallocate(get_task_ipcspace(ux_handler_self), task_name);
351 (void)mach_port_deallocate(get_task_ipcspace(ux_handler_self), thread_name);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c127 extern kern_return_t mach_port_deallocate(ipc_space_t, mach_port_name_t);
983 (void)mach_port_deallocate(get_task_ipcspace(ctask), (mach_port_name_t)th_thport);
1020 mach_port_deallocate(get_task_ipcspace(current_task()), kthport);
1329 (void)mach_port_deallocate(get_task_ipcspace(wq->wq_task), (mach_port_name_t)tl->th_thport);
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dload.c434 mach_port_deallocate(mach_task_self(), G_kernel_priv_port);
1065 mach_port_deallocate(mach_task_self(), G_kernel_port);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dmach_port.c742 * Routine: mach_port_deallocate [kernel call]
760 mach_port_deallocate( function

Completed in 54 milliseconds