Home
last modified time | relevance | path

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

/freebsd-12.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-12.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-12.1/sys/arm/include/
H A Dmachdep.h29 void abort_handler(struct trapframe *, int );
/freebsd-12.1/sys/arm/arm/
H A Dexception.S333 b _C_LABEL(abort_handler)
353 b _C_LABEL(abort_handler)
H A Dtrap-v6.c277 abort_handler(struct trapframe *tf, int prefetch) in abort_handler() function
H A Dtrap-v4.c175 abort_handler(struct trapframe *tf, int type) in abort_handler() function
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A DChangeLog1346 * test/driver.c (abort_handler, main): Be quiet.