/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | libvtsSUNWast.c | 118 sigaddset(&newprocmask, SIGINT); 617 * Allow a SIGHUP, SIGINT, SIGALRM, or SIGTERM to interrupt our 625 sigaction(SIGINT, NULL, &oldint); 644 sigaction(SIGINT, &newsigact, NULL); 650 /* Unmask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 656 /* Mask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 665 sigaction(SIGINT, &oldint, NULL); 675 /* Mask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 684 sigaction(SIGINT, &oldint, NULL); 752 sigaction(SIGINT, NUL 754 kill(getpid(), SIGINT); local [all...] |
H A D | memory.c | 108 * Allow a SIGHUP, SIGINT, SIGALRM, or SIGTERM to interrupt our 116 sigaction(SIGINT, NULL, &oldint); 135 sigaction(SIGINT, &newsigact, NULL); 142 /* Unmask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 153 /* Mask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 167 sigaction(SIGINT, &oldint, NULL); 177 /* Mask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 186 sigaction(SIGINT, &oldint, NULL);
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/ |
H A D | libvtsSUNWefb.c | 118 sigaddset(&newprocmask, SIGINT); 617 * Allow a SIGHUP, SIGINT, SIGALRM, or SIGTERM to interrupt our 625 sigaction(SIGINT, NULL, &oldint); 644 sigaction(SIGINT, &newsigact, NULL); 650 /* Unmask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 656 /* Mask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 665 sigaction(SIGINT, &oldint, NULL); 675 /* Mask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 684 sigaction(SIGINT, &oldint, NULL); 774 sigaction(SIGINT, NUL 776 kill(getpid(), SIGINT); local [all...] |
H A D | memory.c | 108 * Allow a SIGHUP, SIGINT, SIGALRM, or SIGTERM to interrupt our 116 sigaction(SIGINT, NULL, &oldint); 135 sigaction(SIGINT, &newsigact, NULL); 142 /* Unmask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 155 /* Mask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 169 sigaction(SIGINT, &oldint, NULL); 179 /* Mask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 188 sigaction(SIGINT, &oldint, NULL);
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/ |
H A D | ast_res_try_now.c | 177 * SIGINT Interrupt 187 orig_disp[SIGINT] = signal(SIGINT, ast_res_mode_try_stop); 276 signal(SIGINT, orig_disp[SIGINT]);
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/ |
H A D | efb_res_try_now.c | 182 * SIGINT Interrupt 192 orig_disp[SIGINT] = signal(SIGINT, efb_res_mode_try_stop); 281 signal(SIGINT, orig_disp[SIGINT]);
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/ |
H A D | mga_res_try_now.c | 171 * SIGINT Interrupt 181 orig_disp[SIGINT] = signal(SIGINT, mga_res_mode_try_stop); 270 signal(SIGINT, orig_disp[SIGINT]);
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/ |
H A D | memory.c | 112 * Allow a SIGHUP, SIGINT, SIGALRM, or SIGTERM to interrupt our 120 sigaction(SIGINT, NULL, &oldint); 139 sigaction(SIGINT, &newsigact, NULL); 145 /* Unmask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 157 /* Mask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 166 sigaction(SIGINT, &oldint, NULL); 176 /* Mask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 185 sigaction(SIGINT, &oldint, NULL);
|
H A D | libvtsSUNWmga.c | 119 sigaddset(&newprocmask, SIGINT); 611 * Allow a SIGHUP, SIGINT, SIGALRM, or SIGTERM to interrupt our 619 sigaction(SIGINT, NULL, &oldint); 638 sigaction(SIGINT, &newsigact, NULL); 644 /* Unmask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 650 /* Mask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 659 sigaction(SIGINT, &oldint, NULL); 669 /* Mask SIGHUP, SIGINT, SIGALRM, SIGTERM. */ 678 sigaction(SIGINT, &oldint, NULL);
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/ |
H A D | gfx_vts.c | 240 * If so, send a SIGINT signal to our own PID. Otherwise just 264 kill(getpid(), SIGINT); local
|
/solaris-x11-s11/open-src/app/fbconsole/sun-src/ |
H A D | fbconsole.c | 297 * The signal handler for SIGINT and SIGTERM. 441 (void)sigset(SIGINT, SignalHandler);
|
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | xlock.c | 1136 sigaddset(&newsigmask, SIGINT); 1144 sigmask(SIGINT) | 1150 signal(SIGINT, (void (*)()) sigcatch);
|
/solaris-x11-s11/open-src/app/dsession/sun-src/ |
H A D | dsession.c | 1602 int signals[] = {SIGHUP, SIGTERM, SIGINT, SIGQUIT, SIGSEGV, SIGBUS,
|