Home
last modified time | relevance | path

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

/titanic_50/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.c128 sigacthandler, /* sigacthandler */
1385 udp->sigacthandler = sigacthandler; in libc_init()
/titanic_50/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_50/usr/src/lib/libc/inc/
H A Dthr_uberdata.h957 void (*sigacthandler)(int, siginfo_t *, void *); member
1171 caddr32_t sigacthandler; member
1273 extern void sigacthandler(int, siginfo_t *, void *);
/titanic_50/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c856 prt_addr((void *)uberdata.sigacthandler, 0)); in d_uberdata()