Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dhost_notify.c103 if (!ip_is_immovable_receive(port)) { in host_request_notification()
/xnu-12377.41.6/osfmk/ipc/
H A Dipc_policy.c1020 if (ip_is_immovable_receive(port)) { in ipc_move_receive_allowed()
1341 if (!ip_is_immovable_receive(notify_port)) { in ipc_allow_service_port_register_pd()
1367 if (ip_is_immovable_receive(pd_port) || in ipc_allow_register_pd_notification()
1636 if (ip_is_immovable_receive(port)) { in ipc_is_valid_exception_port()
H A Dipc_port.h320 #define ip_is_immovable_receive(port) (ip_to_object(port)->io_state == IO_STATE_IN_SPACE_IMMOVABL… macro
H A Dmach_port.c1771 if (ip_is_immovable_receive(port)) { in mach_port_get_status_helper()
2287 if ((flags & MPG_IMMOVABLE_RECEIVE) && !ip_is_immovable_receive(port)) { in mach_port_guard_locked()