Searched refs:utrap_handler_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Dsysarch.h56 utrap_handler_t new_precise;
57 utrap_handler_t new_deferred;
58 utrap_handler_t *old_precise;
59 utrap_handler_t *old_deferred;
67 utrap_handler_t _new_precise, utrap_handler_t _new_deferred,
68 utrap_handler_t *_old_precise, utrap_handler_t *_old_deferred);
H A Dutrap.h106 typedef void *utrap_handler_t; typedef
/freebsd-11-stable/lib/libc/sparc64/sys/
H A D__sparc_utrap_install.c34 __sparc_utrap_install(utrap_entry_t type, utrap_handler_t new_precise,
35 utrap_handler_t new_deferred, utrap_handler_t *old_precise,
36 utrap_handler_t *old_deferred)
/freebsd-11-stable/sys/arm/include/
H A Dutrap.h106 typedef void *utrap_handler_t; typedef

Completed in 185 milliseconds