Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dux_handler.h36 extern boolean_t is_ux_handler_port(mach_port_t port);
H A Dux_handler.c116 is_ux_handler_port(mach_port_t port) in is_ux_handler_port() function
H A Dexception.c271 if (is_ux_handler_port(exc_port) == FALSE && in exception_deliver()