Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/tests/stdlib/
H A Dset_constraint_handler_s_test.c42 ATF_TC_WITHOUT_HEAD(abort_handler);
43 ATF_TC_BODY(abort_handler, tc) in ATF_TC_BODY() argument
60 ATF_TP_ADD_TC(tp, abort_handler); in ATF_TP_ADD_TCS()
/freebsd-13.1/sys/arm64/arm64/
H A Dtrap.c89 typedef void (abort_handler)(struct thread *, struct trapframe *, uint64_t, typedef
92 static abort_handler align_abort;
93 static abort_handler data_abort;
94 static abort_handler external_abort;
96 static abort_handler *abort_handlers[] = {
/freebsd-13.1/sys/dev/isci/scil/
H A Dsci_base_request.h173 SCI_BASE_REQUEST_HANDLER_T abort_handler; member
H A Dscif_sas_internal_io_request.c230 fw_request->state_handlers->abort_handler(&fw_request->parent); in scif_sas_internal_io_request_timeout_handler()
H A Dscif_sas_domain.c634 fw_request->state_handlers->abort_handler(&fw_request->parent); in scif_sas_domain_terminate_requests()
667 request->state_handlers->abort_handler(&request->parent); in scif_sas_domain_terminate_requests()
H A Dscic_sds_request.c1602 return this_request->state_handlers->parent.abort_handler( in scic_sds_io_request_terminate()
/freebsd-13.1/sys/arm/include/
H A Dmachdep.h21 void abort_handler(struct trapframe *, int );
/freebsd-13.1/sys/arm/arm/
H A Dexception.S248 b _C_LABEL(abort_handler)
268 b _C_LABEL(abort_handler)
H A Dtrap-v6.c275 abort_handler(struct trapframe *tf, int prefetch) in abort_handler() function