| /xnu-8019.80.24/osfmk/kern/ |
| H A D | mk_timer.c | 73 ipc_space_t myspace = current_space(); in mk_timer_create_trap() 206 ipc_space_t myspace = current_space(); in mk_timer_destroy_trap() 245 ipc_space_t myspace = current_space(); in mk_timer_arm_trap_internal() 329 ipc_space_t myspace = current_space(); in mk_timer_cancel_trap()
|
| H A D | ipc_clock.c | 158 space = current_space(); in port_name_to_clock()
|
| H A D | work_interval.c | 525 kr = ipc_port_translate_send(current_space(), name, &port); in port_name_to_work_interval() 930 name = ipc_port_copyout_send(work_interval->wi_port, current_space()); in kern_work_interval_create()
|
| H A D | ipc_host.c | 173 name = ipc_port_copyout_send(sright, current_space()); in host_self_trap()
|
| H A D | ipc_tt.c | 1341 ipc_space_t space = current_space(); in thread_self_trap() 3243 kr = ipc_port_translate_send(current_space(), name, &kport); in port_name_to_thread() 3497 kr = ipc_port_translate_send(current_space(), name, &kport); in port_name_to_task_name() 3524 kr = ipc_port_translate_send(current_space(), name, &port); in port_name_to_task_id_token() 3550 kr = ipc_port_translate_send(current_space(), name, &port); in port_name_to_host()
|
| H A D | sync_sema.c | 1199 kr = ipc_port_translate_send(current_space(), name, &port); in port_name_to_semaphore()
|
| H A D | task.c | 3715 kr = ipc_object_copyout(current_space(), ip_to_object(port), in task_suspend() 6055 …kr = ipc_port_translate_receive(current_space(), rcv_name, &sright); /* does not produce port ref … in task_dyld_process_info_notify_deregister() 9071 ipc_object_copyout(current_space(), ip_to_object(task_fatal_port), MACH_MSG_TYPE_PORT_SEND, in current_task_get_fatal_port_name()
|
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | mach_msg.c | 169 ipc_space_t space = current_space(); in mach_msg_receive_results() 344 ipc_space_t space = current_space(); in mach_msg_overwrite_trap() 383 ipc_space_t space = current_space(); in mach_msg_overwrite_trap() 466 kr = ipc_port_translate_send(current_space(), dest_name_port, &dest_port); in mach_msg_rcv_link_special_reply_port()
|
| H A D | ipc_space.h | 239 #define current_space() (current_task()->itk_space) macro 320 extern ipc_space_t current_space(void);
|
| H A D | mach_kernelrpc.c | 520 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() 756 if (ipc_right_lookup_write(current_space(), copyout_names[i], &entry)) { in task_dyld_process_info_notify_get_trap() 764 (void)ipc_right_dealloc(current_space(), copyout_names[i], entry); /* unlocks space */ in task_dyld_process_info_notify_get_trap() 766 is_write_unlock(current_space()); in task_dyld_process_info_notify_get_trap()
|
| H A D | ipc_service_port.c | 153 kr = ipc_port_translate_send(current_space(), service_port_name, &port); in ipc_service_port_derive_sblabel()
|
| H A D | ipc_pset.c | 664 ipc_space_t space = current_space(); in filt_wlattach_sync_ipc() 724 ipc_space_t space = current_space(); in filt_machportattach()
|
| H A D | mach_debug.c | 724 if (space != current_space()) { in mach_port_special_reply_port_reset_link()
|
| H A D | mach_port.c | 1778 (space == current_space() && msgt_name == MACH_MSG_TYPE_COPY_SEND) ? in mach_port_extract_right() 2447 if (space == current_space()) { in mach_port_guard_exception_immovable() 2475 if (space == current_space()) { in mach_port_guard_exception_pinned()
|
| H A D | ipc_eventlink.c | 1055 kr = ipc_port_translate_send(current_space(), name, &kern_port); in port_name_to_eventlink()
|
| H A D | ipc_voucher.c | 425 kr = ipc_port_translate_send(current_space(), voucher_name, &port); in convert_port_name_to_voucher()
|
| /xnu-8019.80.24/osfmk/device/ |
| H A D | iokit_rpc.c | 192 return iokit_lookup_object_in_space_with_port_name(name, IKOT_IOKIT_CONNECT, current_space()); in iokit_lookup_connect_ref_current_task() 198 return iokit_lookup_object_in_space_with_port_name(name, IKOT_UEXT_OBJECT, current_space()); in iokit_lookup_uext_ref_current_task() 211 …kern_return_t kr = ipc_object_copyin(current_space(), name, MACH_MSG_TYPE_COPY_SEND, (ipc_object_t… in iokit_lookup_raw_current_task()
|