Home
last modified time | relevance | path

Searched refs:ip_is_immovable_send (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.121.6/osfmk/ipc/
H A Dipc_policy.c778 assert(ip_is_immovable_send(port)); in mach_port_guard_exception_immovable()
807 assert(ip_is_immovable_send(port)); in mach_port_guard_exception_pinned()
H A Dipc_right.c2009 if (ip_is_immovable_send(reply_port)) { in ipc_right_copyin_check_reply()
2400 if (!allow_imm_send && ip_is_immovable_send(port)) { in ipc_right_copyin()
2460 if (!allow_imm_send && ip_is_immovable_send(port)) { in ipc_right_copyin()
2569 if (!allow_imm_send && ip_is_immovable_send(port)) { in ipc_right_copyin()
2675 assert(ip_is_immovable_send(port)); in ipc_right_copyout()
H A Dipc_port.h367 #define ip_is_immovable_send(port) ((port)->ip_immovable_send) macro
/xnu-11417.121.6/osfmk/kern/
H A Dipc_tt.c1155 thread_is_immovable = ip_is_immovable_send(tro->tro_self_port); in ipc_thread_reset()
1319 assert(ip_is_immovable_send(port)); in retrieve_task_self_fast()
1325 assert(!ip_is_immovable_send(port)); in retrieve_task_self_fast()
1392 assert(ip_is_immovable_send(port)); in retrieve_thread_self_fast()
1401 assert(!ip_is_immovable_send(port)); in retrieve_thread_self_fast()
3896 assert(ip_is_immovable_send(port)); in convert_task_to_port_pinned()
4014 assert(ip_is_immovable_send(port)); in convert_thread_to_port_pinned()