Searched refs:sigacthandler (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | sigaction.c | 274 tact.sa_sigaction = self->ul_uberdata->sigacthandler; in take_deferred_signal() 292 sigacthandler(int sig, siginfo_t *sip, void *uvp) in sigacthandler() function 431 tact.sa_sigaction = udp->sigacthandler; in sigaction() 437 tact.sa_sigaction = udp->sigacthandler; in sigaction() 475 *osigacthandler = udp->sigacthandler; in setsigacthandler() 477 udp->sigacthandler = nsigacthandler; in setsigacthandler() 717 act.sa_sigaction = udp->sigacthandler; in signal_init() 773 act.sa_sigaction = udp->sigacthandler; in setup_cancelsig()
|
H A D | thr.c | 128 sigacthandler, /* sigacthandler */ 1385 udp->sigacthandler = sigacthandler; in libc_init()
|
/illumos-gate/usr/src/cmd/ptools/psig/ |
H A D | psig.c | 243 uberaddr + offsetof(uberdata32_t, sigacthandler)); in look() 252 uberaddr + offsetof(uberdata_t, sigacthandler)); in look()
|
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 974 void (*sigacthandler)(int, siginfo_t *, void *); member 1190 caddr32_t sigacthandler; member 1293 extern void sigacthandler(int, siginfo_t *, void *);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/ |
H A D | libc.c | 860 prt_addr((void *)uberdata.sigacthandler, 0)); in d_uberdata()
|