HomeSort by relevance Sort by last modified time
    Searched defs:SIGINT (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
getpass.c 72 (void) sigvec(SIGINT, &sv, &osv);
89 (void) sigvec(SIGINT, &osv, (struct sigvec *)NULL);
94 (void) kill(getpid(), SIGINT);
  /onnv/onnv-gate/usr/src/lib/libast/common/uwin/
getpass.c 65 savesig = signal(SIGINT, handler);
72 signal(SIGINT, savesig);
74 kill(getpid(),SIGINT);
  /onnv/onnv-gate/usr/src/cmd/power/
pm_pam_conv.c 63 * If interrupted, send SIGINT to caller for processing.
76 sig = signal(SIGINT, interrupt);
100 (void) signal(SIGINT, sig);
102 (void) kill(getpid(), SIGINT);
  /onnv/onnv-gate/usr/src/lib/libc/port/stdio/
getpass.c 89 (void) sigaction(SIGINT, &act, &osigint); /* trap interrupt */
109 (void) sigaction(SIGINT, &osigint, NULL);
114 (void) kill(getpid(), SIGINT);
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/
signal.h 22 #define SIGINT 2 /* interrupt */
  /onnv/onnv-gate/usr/src/lib/libinstzones/common/
zones_exec.c 781 * hold SIGINT/SIGHUP signals and reset signal received counter;
786 (void) sighold(SIGINT);
814 (void) sigrelse(SIGINT);
853 (void) sigrelse(SIGINT);
871 * setup signal handlers for SIGINT and SIGHUP and release hold
874 /* hook SIGINT to _z_sig_trap() */
880 if (sigaction(SIGINT, &nact, &oact) < 0) {
901 (void) sigrelse(SIGINT);
1028 /* reset SIGINT */
1034 (void) sigaction(SIGINT, &nact, (struct sigaction *)NULL)
    [all...]
zones.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/iso/
signal_iso.h 52 #define SIGINT 2 /* interrupt (rubout) */
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
signal.h 25 #define SIGINT 2 /* interrupt */
  /onnv/onnv-gate/usr/src/ucbcmd/shutdown/
shutdown.c 298 (void) signal(SIGINT, SIG_IGN);
301 (void) signal(SIGINT, finish_sig);
436 (void) kill(get_initpid(), SIGINT); /* sync */
437 (void) kill(get_initpid(), SIGINT); /* sync */
644 finish("SIGINT", "", 1);
650 (void) signal(SIGINT, SIG_IGN);
  /onnv/onnv-gate/usr/src/cmd/vi/port/
exrecover.c 846 sig = signal(SIGINT, catch);
861 (void) signal(SIGINT, sig);
863 (void) kill(getpid(), SIGINT);
  /onnv/onnv-gate/usr/src/lib/libpkg/common/
pkgtrans.c 640 * setup signal handlers for SIGINT and SIGHUP and release hold
643 /* hold SIGINT/SIGHUP interrupts */
646 (void) sighold(SIGINT);
648 /* hook SIGINT to sigtrap */
654 if (sigaction(SIGINT, &nact, &oact) < 0) {
679 (void) sigrelse(SIGINT);
691 /* hold SIGINT/SIGHUP interrupts */
694 (void) sighold(SIGINT);
696 /* reset SIGINT */
702 (void) sigaction(SIGINT, &nact, (struct sigaction *)NULL)
    [all...]
  /onnv/onnv-gate/usr/src/ucbhead/sys/
signal.h 80 #define SIGINT 2 /* interrupt (rubout) */

Completed in 420 milliseconds