Home
last modified time | relevance | path

Searched refs:sigacthandler (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libc/port/threads/
H A Dsigaction.c270 tact.sa_sigaction = self->ul_uberdata->sigacthandler; in take_deferred_signal()
288 sigacthandler(int sig, siginfo_t *sip, void *uvp) in sigacthandler() function
427 tact.sa_sigaction = udp->sigacthandler; in sigaction()
433 tact.sa_sigaction = udp->sigacthandler; in sigaction()
471 *osigacthandler = udp->sigacthandler; in setsigacthandler()
473 udp->sigacthandler = nsigacthandler; in setsigacthandler()
707 act.sa_sigaction = udp->sigacthandler; in signal_init()
763 act.sa_sigaction = udp->sigacthandler; in setup_cancelsig()
H A Dthr.c127 sigacthandler, /* sigacthandler */
1384 udp->sigacthandler = sigacthandler; in libc_init()
/titanic_41/usr/src/cmd/ptools/psig/
H A Dpsig.c245 uberaddr + offsetof(uberdata32_t, sigacthandler)); in look()
254 uberaddr + offsetof(uberdata_t, sigacthandler)); in look()
/titanic_41/usr/src/lib/libc/inc/
H A Dthr_uberdata.h934 void (*sigacthandler)(int, siginfo_t *, void *); member
1147 caddr32_t sigacthandler; member
1247 extern void sigacthandler(int, siginfo_t *, void *);
/titanic_41/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c851 prt_addr((void *)uberdata.sigacthandler, 0)); in d_uberdata()