Home
last modified time | relevance | path

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

/xnu-10002.1.13/libsyscall/mach/
H A Dmach_msg.c339 (void) mach_port_deallocate(mach_task_self_, port); in mach_msg_destroy_port()
344 (void) mach_port_mod_refs(mach_task_self_, port, in mach_msg_destroy_port()
350 (void) mach_port_insert_right(mach_task_self_, port, in mach_msg_destroy_port()
352 (void) mach_port_deallocate(mach_task_self_, port); in mach_msg_destroy_port()
357 (void) mach_port_extract_right(mach_task_self_, port, in mach_msg_destroy_port()
360 (void) mach_port_deallocate(mach_task_self_, port); in mach_msg_destroy_port()
370 (void) vm_deallocate(mach_task_self_, addr, size); in mach_msg_destroy_memory()
488 mach_port_unguard(mach_task_self_, dsc->name, (uint64_t)dsc->context); in mach_msg_destroy()
541 (void) mach_port_deallocate(mach_task_self_, port); in mach_msg_server_consume_unsent_message()
574 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-10002.1.13/libsyscall/mach/mach/
H A Dmach_init.h82 extern mach_port_t mach_task_self_;
83 #define mach_task_self() mach_task_self_