Searched refs:s10_sigacthandler (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c82 * s10_sigacthandler() ->
310 s10_sigacthandler(int sig, siginfo_t *sip, void *uvp) function
432 * The way we do this is we set the signal handler to call s10_sigacthandler(),
475 sigactp->sa_handler = s10_sigacthandler;
495 if (osigactp->sa_handler == s10_sigacthandler)
509 * s10_sigacthandler(). s10_sigacthandler() will unconditionally

Completed in 58 milliseconds