Searched refs:sendsig32 (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/intel/os/ |
H A D | sendsig.c | 420 sendsig32(int sig, k_siginfo_t *sip, void (*hdlr)()) in sendsig32() function
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | proc.h | 849 extern int sendsig32(int, k_siginfo_t *, void (*)());
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sig.c | 1446 rc = sendsig32(sig, sip, func); in psig() 2683 rc = sendsig32(SIGPROF, sip, func); in realsigprof_fast()
|
/illumos-gate/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 1210 sendsig32(int sig, k_siginfo_t *sip, void (*hdlr)()) in sendsig32() function
|