Home
last modified time | relevance | path

Searched refs:is_ux_handler_port (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/osfmk/kern/ !
H A Dux_handler.h36 extern boolean_t is_ux_handler_port(mach_port_t port);
H A Dux_handler.c120 is_ux_handler_port(mach_port_t port) in is_ux_handler_port() function
H A Dexception.c169 if (is_ux_handler_port(port)) { in exception_port_copy_send()
284 if (is_ux_handler_port(exc_port) == FALSE && in exception_deliver()
H A Dipc_tt.c3892 return IP_VALID(new_port) && !is_ux_handler_port(new_port); in exception_exposes_protected_ports()
/xnu-12377.61.12/osfmk/ipc/ !
H A Dipc_policy.c1612 if (task == TASK_NULL && is_ux_handler_port(port)) { in ipc_is_valid_exception_port()