Home
last modified time | relevance | path

Searched refs:pr_sigaction (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/nohup/
H A Dnohup.c434 if (!opt_a && pr_sigaction(P, SIGHUP, NULL, &sa) != 0) { in do_pnohup()
446 if (!opt_a && pr_sigaction(P, SIGQUIT, NULL, &sa) != 0) { in do_pnohup()
460 if (pr_sigaction(P, SIGHUP, &sa, NULL) != 0) { in do_pnohup()
466 if (pr_sigaction(P, SIGQUIT, &sa, NULL) != 0) { in do_pnohup()
/titanic_41/usr/src/lib/libproc/common/
H A Dpr_sigaction.c44 pr_sigaction(struct ps_prochandle *Pr, in pr_sigaction() function
H A Dmapfile-vers237 pr_sigaction;
H A Dllib-lproc316 /* pr_sigaction.c */
317 int pr_sigaction(struct ps_prochandle *Pr,
H A Dlibproc.h357 extern int pr_sigaction(struct ps_prochandle *,
/titanic_41/usr/src/lib/libproc/
H A DMakefile.com64 pr_sigaction.o \