Searched refs:oldsig (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | old_notes.c | 166 uchar_t oldsig; in write_old_elfnotes() local 177 oldsig = lwp->lwp_cursig; in write_old_elfnotes() 185 lwp->lwp_cursig = oldsig; in write_old_elfnotes()
|
H A D | elf_notes.c | 204 uchar_t oldsig; in write_elfnotes() local 249 oldsig = lwp->lwp_cursig; in write_elfnotes() 257 lwp->lwp_cursig = oldsig; in write_elfnotes() 491 oldsig = lwp->lwp_cursig; in write_elfnotes() 499 lwp->lwp_cursig = oldsig; in write_elfnotes()
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | tgetch.c | 509 void (*oldsig)(int); in _fpk() local 511 int (*oldsig)(int); in _fpk() local 518 oldsig = signal(SIGALRM, _catch_alarm); in _fpk() 545 (void) signal(SIGALRM, oldsig); in _fpk()
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | ports.c | 167 register void (*oldsig)() = signal(SIGALRM, sigalrm); in open_direct() local 223 signal(SIGALRM, oldsig); in open_direct()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | auth_time.c | 212 void (*oldsig)() = NULL; /* old alarm handler */ in __rpc_get_time_offset() local 560 oldsig = (void (*)())signal(SIGALRM, in __rpc_get_time_offset() 612 if (oldsig) { in __rpc_get_time_offset() 614 (void) signal(SIGALRM, oldsig); in __rpc_get_time_offset()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | doupdate.c | 910 int (*oldsig)(int) = signal(SIGTSTP, SIG_IGN); in doupdate() local 1014 signal(SIGTSTP, oldsig); in doupdate()
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | doupdate.c | 1055 int (*oldsig)(int) = signal(SIGTSTP, SIG_IGN); in doupdate() local 1145 signal(SIGTSTP, oldsig); in doupdate()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 3219 struct sigaction newsig, oldsig; in domonitor() local 3227 (void) sigaction(SIGINT, &newsig, &oldsig); in domonitor() 3265 (void) sigaction(SIGINT, &oldsig, NULL); in domonitor()
|