Home
last modified time | relevance | path

Searched refs:abort_handler (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libc/tests/stdlib/
H A Dset_constraint_handler_s_test.c39 ATF_TC_WITHOUT_HEAD(abort_handler);
40 ATF_TC_BODY(abort_handler, tc) in ATF_TC_BODY() argument
57 ATF_TP_ADD_TC(tp, abort_handler); in ATF_TP_ADD_TCS()
/freebsd/sys/arm64/arm64/
H A Dtrap.c91 typedef void (abort_handler)(struct thread *, struct trapframe *, uint64_t, typedef
94 static abort_handler align_abort;
95 static abort_handler data_abort;
96 static abort_handler external_abort;
98 static abort_handler *abort_handlers[] = {
/freebsd/sys/dev/isci/scil/
H A Dsci_base_request.h171 SCI_BASE_REQUEST_HANDLER_T abort_handler; member
H A Dscif_sas_internal_io_request.c228 fw_request->state_handlers->abort_handler(&fw_request->parent); in scif_sas_internal_io_request_timeout_handler()
H A Dscif_sas_domain.c632 fw_request->state_handlers->abort_handler(&fw_request->parent); in scif_sas_domain_terminate_requests()
665 request->state_handlers->abort_handler(&request->parent); in scif_sas_domain_terminate_requests()
H A Dscic_sds_request.c1600 return this_request->state_handlers->parent.abort_handler( in scic_sds_io_request_terminate()
/freebsd/sys/arm/include/
H A Dmachdep.h20 void abort_handler(struct trapframe *, int );
/freebsd/sys/arm/arm/
H A Dexception.S242 b _C_LABEL(abort_handler)
258 b _C_LABEL(abort_handler)
H A Dtrap-v6.c272 abort_handler(struct trapframe *tf, int prefetch) in abort_handler() function