Searched refs:SIGINT (Results 1 - 13 of 13) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A DlibvtsSUNWast.c118 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 Dmemory.c108 * 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 DlibvtsSUNWefb.c118 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 Dmemory.c108 * 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 Dast_res_try_now.c177 * 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 Defb_res_try_now.c182 * 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 Dmga_res_try_now.c171 * 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 Dmemory.c112 * 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 DlibvtsSUNWmga.c119 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 Dgfx_vts.c240 * 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 Dfbconsole.c297 * The signal handler for SIGINT and SIGTERM.
441 (void)sigset(SIGINT, SignalHandler);
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dxlock.c1136 sigaddset(&newsigmask, SIGINT);
1144 sigmask(SIGINT) |
1150 signal(SIGINT, (void (*)()) sigcatch);
/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c1602 int signals[] = {SIGHUP, SIGTERM, SIGINT, SIGQUIT, SIGSEGV, SIGBUS,

Completed in 30 milliseconds