Home
last modified time | relevance | path

Searched refs:mach_task_self_ (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.101.4/libsyscall/mach/
H A Dmach_msg.c243 (void) mach_port_deallocate(mach_task_self_, port); in mach_msg_destroy_port()
248 (void) mach_port_mod_refs(mach_task_self_, port, in mach_msg_destroy_port()
254 (void) mach_port_insert_right(mach_task_self_, port, in mach_msg_destroy_port()
256 (void) mach_port_deallocate(mach_task_self_, port); in mach_msg_destroy_port()
261 (void) mach_port_extract_right(mach_task_self_, port, in mach_msg_destroy_port()
264 (void) mach_port_deallocate(mach_task_self_, port); in mach_msg_destroy_port()
274 (void) vm_deallocate(mach_task_self_, addr, size); in mach_msg_destroy_memory()
392 mach_port_unguard(mach_task_self_, dsc->name, (uint64_t)dsc->context); in mach_msg_destroy()
445 (void) mach_port_deallocate(mach_task_self_, port); in mach_msg_server_consume_unsent_message()
478 mach_port_t self = mach_task_self_; in mach_msg_server_once()
[all …]
H A Dtask.c32 extern mach_port_t mach_task_self_;
40 if (task == mach_task_self_) { in mach_task_is_self()
H A Dmach_init.c66 mach_port_t mach_task_self_ = MACH_PORT_NULL; variable
135 mach_task_self_ = task_self_trap(); in mach_init_doit()
H A Dmig_deallocate.c62 (void)vm_deallocate(mach_task_self_, in mig_deallocate()
H A Dmig_allocate.c62 if (vm_allocate(mach_task_self_, in mig_allocate()
H A Dport_obj.c50 kr = vm_allocate(mach_task_self_, in port_obj_init()
/xnu-8020.101.4/libsyscall/mach/mach/
H A Dmach_init.h82 extern mach_port_t mach_task_self_;
83 #define mach_task_self() mach_task_self_