Searched defs:sigvechandler (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/csh/i386/
H A Dsignal.c58 * sigvechandler is the real signal handler installed for all
65 sigvechandler(int sig, siginfo_t *sip, ucontext_t *ucp) function
176 nact.sa_handler = (void (*)())sigvechandler;
/illumos-gate/usr/src/cmd/csh/sparc/
H A Dsignal.c58 * sigvechandler is the real signal handler installed for all
65 sigvechandler(int sig, siginfo_t *sip, ucontext_t *ucp) function
200 nact.sa_handler = (void (*)())sigvechandler;
/illumos-gate/usr/src/ucblib/libucb/i386/sys/
H A Dsignal.c54 #pragma weak sigvechandler = _sigvechandler macro
78 * sigvechandler is the real signal handler installed for all
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c59 #pragma weak sigvechandler = _sigvechandler macro
96 * sigvechandler is the real signal handler installed for all

Completed in 58 milliseconds