Home
last modified time | relevance | path

Searched defs:abort_handler (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/tests/stdlib/
H A Dset_constraint_handler_s_test.c40 ATF_TC_BODY(abort_handler, tc) in ATF_TC_BODY() argument
/freebsd/sys/dev/isci/scil/
H A Dsci_base_request.h171 SCI_BASE_REQUEST_HANDLER_T abort_handler; member
/freebsd/sys/arm/arm/
H A Dtrap-v6.c272 abort_handler(struct trapframe *tf, int prefetch) in abort_handler() function
/freebsd/sys/arm64/arm64/
H A Dtrap.c88 typedef void (abort_handler)(struct thread *, struct trapframe *, uint64_t, typedef