Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_right.c2063 if (ip_is_immovable_send(reply_port)) { in ipc_right_copyin_check_reply()
2359 if (!allow_imm_send && ip_is_immovable_send(port)) { in ipc_right_copyin()
2405 if (!allow_imm_send && ip_is_immovable_send(port)) { in ipc_right_copyin()
2495 if (!allow_imm_send && ip_is_immovable_send(port)) { in ipc_right_copyin()
2618 assert(!ip_is_immovable_send(port)); in ipc_right_copyin_two_move_sends()
2879 assert(ip_is_immovable_send(port)); in ipc_right_copyout()
H A Dipc_port.h295 #define ip_is_immovable_send(port) ((port)->ip_immovable_send) macro
H A Dmach_port.c2390 assert(ip_is_immovable_send(port)); in mach_port_guard_exception_immovable()
2418 assert(ip_is_immovable_send(port)); in mach_port_guard_exception_pinned()
/xnu-8020.101.4/osfmk/kern/
H A Dipc_tt.c1055 thread_is_immovable = ip_is_immovable_send(tro->tro_self_port); in ipc_thread_reset()
1204 assert(ip_is_immovable_send(port)); in retrieve_task_self_fast()
1210 assert(!ip_is_immovable_send(port)); in retrieve_task_self_fast()
1272 assert(ip_is_immovable_send(port)); in retrieve_thread_self_fast()
1281 assert(!ip_is_immovable_send(port)); in retrieve_thread_self_fast()
3708 assert(ip_is_immovable_send(port)); in convert_task_to_port_pinned()
3785 assert(ip_is_immovable_send(port)); in convert_thread_to_port_pinned()