Home
last modified time | relevance | path

Searched refs:isig (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/krb5/ss/
H A Dlisten.c149 struct sigaction isig, csig, nsig, osig; local
211 sigaction(SIGINT, &nsig, &isig);
308 sigaction(SIGINT, &isig, (struct sigaction *)0);
/illumos-gate/usr/src/test/os-tests/tests/sockfs/
H A Drights.c356 send_and_wait(pid_t pid, sigset_t *set, int osig, int isig) in send_and_wait() argument
363 if (isig > 0) { in send_and_wait()
366 "sigwait failed waiting for %d", isig); in send_and_wait()
371 if (sig != isig) { in send_and_wait()