Searched defs:abort_handler (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs_ses.c225 abort_handler();
585 act.sa_handler = abort_handler;
673 * abort_handler:
682 abort_handler(void) function
700 DCS_DBG(DBG_MSG, "abort_handler()");
715 DCS_DBG(DBG_INFO, "abort_handler: connection closed");
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c130 abort_handler(int sig, siginfo_t *sip, ucontext_t *ucp) function
686 act.sa_sigaction = (void (*)(int, siginfo_t *, void *))&abort_handler;

Completed in 45 milliseconds