| /onnv/onnv-gate/usr/src/cmd/fmli/oh/ |
| interrupt.c | 40 /* declare data structures for interrupt feature 41 * the following is a copy of interrupt.h without the `extern' 46 bool interrupt; member in struct:__anon480
|
| /onnv/onnv-gate/usr/src/cmd/fmli/inc/ |
| interrupt.h | 26 /* defines and data structures for interrupt feature */ 45 bool interrupt; member in struct:__anon479
|
| actrec.h | 54 char *interrupt; /* abs */ member in struct:actrec
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/io/ |
| tst.fds.c | 40 interrupt(int sig) function 57 act.sa_handler = interrupt;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/ |
| SwingWorker.java | 58 public void interrupt() { method in class:SwingWorker 61 t.interrupt();
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/common/ |
| misc.c | 257 void interrupt(sig) function 278 } /* End of interrupt */
|
| /onnv/onnv-gate/usr/src/lib/libast/common/misc/ |
| sigcrit.c | 77 interrupt(int sig) function 79 signal(sig, interrupt); 135 if ((op & signals[i].op) && (handler[i] = signal(signals[i].sig, interrupt)) == SIG_IGN)
|
| /onnv/onnv-gate/usr/src/lib/libast/common/uwin/ |
| getpass.c | 44 static int interrupt; variable 47 interrupt++; 60 interrupt = 0; 73 if(interrupt)
|
| /onnv/onnv-gate/usr/src/cmd/ttymon/ |
| tmpeek.c | 53 static int interrupt; variable 85 interrupt = 0; 87 if (interrupt == BRK) { 90 if (interrupt == DEL) { /* XXX revisit kmd */ 198 interrupt = DEL; 204 interrupt = BRK;
|
| /onnv/onnv-gate/usr/src/cmd/power/ |
| pm_pam_conv.c | 52 interrupt(int x) function 76 sig = signal(SIGINT, interrupt);
|
| /onnv/onnv-gate/usr/src/cmd/ptools/preap/ |
| preap.c | 43 static volatile int interrupt; variable 50 interrupt = sig; 258 while (--argc >= 0 && !interrupt) { 268 if (interrupt && retc == 0)
|
| /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| DAAdvertiser.java | 259 this.interrupt();
|
| /onnv/onnv-gate/usr/src/cmd/backup/dump/ |
| dumpoptr.c | 219 interrupt(sig) function 225 msg(gettext("Interrupt received.\n"));
|
| /onnv/onnv-gate/usr/src/cmd/plimit/ |
| plimit.c | 50 static int interrupt; variable 164 while (--argc >= 0 && !interrupt) { 215 if (interrupt) 223 interrupt = sig;
|
| /onnv/onnv-gate/usr/src/cmd/ppgsz/ |
| ppgsz.c | 57 static volatile int interrupt; variable 253 if (cflag && !interrupt) { /* command */ 323 while (--argc >= 0 && !interrupt) { 380 if (interrupt || err) 390 interrupt = 1;
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/dchanger/ |
| DCPanel.java | 205 interrupt(); method
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/ |
| postio.c | 189 static void interrupt(int); 247 init_signals(); /* sets up interrupt handling */ 285 * necessary, is to do a kill -15. That forces a call to interrupt(), which in 294 if (signal(SIGINT, interrupt) == SIG_IGN) { 299 signal(SIGHUP, interrupt); 300 signal(SIGQUIT, interrupt); 303 signal(SIGTERM, interrupt); 601 signal(joinsig, interrupt); 1084 interrupt(int sig) function [all...] |
| /onnv/onnv-gate/usr/src/cmd/truss/ |
| ramdata.c | 46 int interrupt; /* interrupt signal was received */ variable
|
| /onnv/onnv-gate/usr/src/cmd/ptools/pfiles/ |
| pfiles.c | 58 static volatile int interrupt; variable 125 while (--argc >= 0 && !interrupt) { 177 if (interrupt && retc == 0) 186 interrupt = 1; 227 while ((dentp = readdir(dirp)) != NULL && !interrupt) {
|
| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
| Poold.java | 919 * Interrupt the main thread, which will cause the 928 mainThread.interrupt();
|
| /onnv/onnv-gate/usr/src/cmd/ptools/pmadvise/ |
| pmadvise.c | 260 * We bail out as soon as possible when interrupt is set 262 static int interrupt = 0; variable 265 * Interrupt handler 562 if (interrupt) 665 while (!interrupt && psaddr != NULL) { 926 interrupt++; 1032 while (!interrupt && argc-- > 0) {
|
| /onnv/onnv-gate/usr/src/uts/intel/io/acpica/ |
| acpi_enum.c | 70 static int interrupt[ACPI_ISA_LIMIT], dma[ACPI_ISA_LIMIT]; variable 132 interrupt[(*interrupt_count)++] = 545 interrupt[0] = 0x1; 546 interrupt[1] = 0xc; 549 1 << interrupt[0]; 551 1 << interrupt[1]; 562 "interrupts", (int *)interrupt, interrupt_count);
|
| /onnv/onnv-gate/usr/src/cmd/ptools/plgrp/ |
| plgrp.c | 144 * We bail out as soon as possible when interrupt is set 146 static int interrupt = 0; variable 222 interrupt++; 569 interrupt = 1; 1205 if (arg == NULL || interrupt) 1253 if (plgrp_todo == NULL || interrupt) 1376 while (!interrupt && (c = getopt(argc, argv, "a:A:FhH:")) != -1) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/ptools/pmap/ |
| pmap.c | 99 static volatile int interrupt; variable 772 } while (vaddr < segment_end && !interrupt); 915 } while (vaddr < segment_end && !interrupt); 1244 if (interrupt) 1261 if (interrupt) [all...] |
| /onnv/onnv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ |
| DataModel.java | 171 ka.interrupt(); 192 ka.interrupt();
|