Home
last modified time | relevance | path

Searched refs:ipc_port_copyout_send (Results 1 – 11 of 11) sorted by relevance

/xnu-8020.140.41/osfmk/ipc/
H A Dmach_kernelrpc.c520 voucher_name = ipc_port_copyout_send(voucher_port, current_space()); in host_create_mach_voucher_trap()
705 new_name = ipc_port_copyout_send(sright, current_space()); /* consumes */ in task_dyld_process_info_notify_get_trap()
H A Dipc_port.h770 extern mach_port_name_t ipc_port_copyout_send(
H A Dipc_port.c2796 ipc_port_copyout_send( in ipc_port_copyout_send() function
/xnu-8020.140.41/osfmk/kern/
H A Dipc_host.c173 name = ipc_port_copyout_send(sright, current_space()); in host_self_trap()
H A Dwork_interval.c931 name = ipc_port_copyout_send(work_interval->wi_port, current_space()); in kern_work_interval_create()
H A Dipc_tt.c1314 name = ipc_port_copyout_send(sright, task->itk_space); in task_self_trap()
1363 name = ipc_port_copyout_send(sright, space); in thread_self_trap()
/xnu-8020.140.41/bsd/vm/
H A Dvm_unix.c1002 tret = ipc_port_copyout_send( in task_for_pid()
1091 tret = ipc_port_copyout_send(sright, in task_name_for_pid()
1226 tret = ipc_port_copyout_send(sright, get_task_ipcspace(current_task())); in task_inspect_for_pid()
1348 tret = ipc_port_copyout_send(sright, get_task_ipcspace(current_task())); in task_read_for_pid()
1570 tret = ipc_port_copyout_send( in debug_control_port_for_pid()
/xnu-8020.140.41/osfmk/vm/
H A Dvm_protos.h71 extern mach_port_name_t ipc_port_copyout_send(
/xnu-8020.140.41/bsd/security/audit/
H A Daudit_session.c1278 *ret_port = ipc_port_copyout_send(sendport, get_task_ipcspace(p->task)); in audit_session_self()
1386 portname = ipc_port_copyout_send(sendport, get_task_ipcspace(p->task)); in audit_session_port()
/xnu-8020.140.41/bsd/kern/
H A Dkern_descrip.c5477 name = ipc_port_copyout_send(fileport, get_task_ipcspace(p->task)); in sys_fileport_makeport()
H A Dkern_exec.c5731 mach_port_name_t name = ipc_port_copyout_send(sright, get_task_ipcspace(new_task)); in exec_add_apple_strings()