Searched refs:osig (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/krb5/ss/ |
H A D | list_rqs.c | 50 struct sigaction nsig, osig; local 73 sigaction(SIGINT, &nsig, &osig); 131 sigaction(SIGINT, &osig, (struct sigaction *)0);
|
H A D | listen.c | 149 struct sigaction isig, csig, nsig, osig; local 241 osig = csig; 244 csig = osig;
|
/illumos-gate/usr/src/test/os-tests/tests/sockfs/ |
H A D | rights.c | 356 send_and_wait(pid_t pid, sigset_t *set, int osig, int isig) in send_and_wait() argument 360 if (osig > 0) in send_and_wait() 361 kill(pid, osig); in send_and_wait()
|
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/ |
H A D | kadmin.c | 1634 struct sigaction nsig, osig; local 1662 sigaction(SIGINT, &nsig, &osig); 1679 if (sigaction(SIGINT, &osig, (struct sigaction *)0) == -1) { 1925 struct sigaction nsig, osig; local 1968 if (sigaction(SIGINT, &nsig, &osig) == -1) { 1984 if (sigaction(SIGINT, &osig, (struct sigaction *)0) == -1) { 2014 if (sigaction(SIGINT, &osig, (struct sigaction *)0) == -1) {
|