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

/macosx-10.5.8/xnu-1228.15.4/bsd/uxkern/
H A Dux_exception.c63 #include <vm/vm_protos.h> /* get_task_ipcspace() */
111 if (mach_port_allocate(get_task_ipcspace(ux_handler_self), MACH_PORT_RIGHT_PORT_SET, &exc_set_name) != MACH_MSG_SUCCESS)
118 if (mach_port_allocate(get_task_ipcspace(ux_handler_self), MACH_PORT_RIGHT_RECEIVE, &exc_port_name) != MACH_MSG_SUCCESS)
120 if (mach_port_move_member(get_task_ipcspace(ux_handler_self),
124 if (ipc_object_copyin(get_task_ipcspace(self), exc_port_name,
176 (void) mach_port_deallocate(get_task_ipcspace(ux_handler_self), reply_port);
246 (ipc_object_copyin(get_task_ipcspace(self), thread_name,
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/osfmk/vm/
H A Dvm_protos.h88 extern ipc_space_t get_task_ipcspace(
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c831 th_thport = (void *)ipc_port_copyout_send(sright, get_task_ipcspace(ctask));
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);
1407 tl->th_thport = (void *)ipc_port_copyout_send(sright, get_task_ipcspace(wq->wq_task));
H A Dkern_exec.c1358 ret = ipc_object_copyin(get_task_ipcspace(current_task()),
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c563 get_task_ipcspace(current_task()));
646 get_task_ipcspace(current_task()));
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dbsd_kern.c243 ipc_space_t get_task_ipcspace(task_t t) function

Completed in 43 milliseconds