Searched refs:mach_task_self_ (Results 1 – 7 of 7) sorted by relevance
| /xnu-10002.1.13/libsyscall/mach/ |
| H A D | mach_msg.c | 339 (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 D | task.c | 32 extern mach_port_t mach_task_self_; 40 if (task == mach_task_self_) { in mach_task_is_self()
|
| H A D | mach_init.c | 66 mach_port_t mach_task_self_ = MACH_PORT_NULL; variable 135 mach_task_self_ = task_self_trap(); in mach_init_doit()
|
| H A D | mig_deallocate.c | 62 (void)vm_deallocate(mach_task_self_, in mig_deallocate()
|
| H A D | mig_allocate.c | 62 if (vm_allocate(mach_task_self_, in mig_allocate()
|
| H A D | port_obj.c | 50 kr = vm_allocate(mach_task_self_, in port_obj_init()
|
| /xnu-10002.1.13/libsyscall/mach/mach/ |
| H A D | mach_init.h | 82 extern mach_port_t mach_task_self_; 83 #define mach_task_self() mach_task_self_
|