Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dsigprocmask.c77 if (sigcheck(p, t)) in lwp_sigmask()
84 if (sigcheck(p, t)) in lwp_sigmask()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h555 sigcheck((p), (t)) | \
647 extern int sigcheck(proc_t *, kthread_t *);
/illumos-gate/usr/src/uts/intel/syscall/
H A Dgetcontext.c282 if (sigcheck(ttoproc(t), t)) in restorecontext()
/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c169 if (sigcheck(ttoproc(t), t)) in restorecontext()
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c2216 sigcheck(proc_t *p, kthread_t *t) in sigcheck() function