/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | interrupt.test | 17 # $Id: interrupt.test,v 1.4.2.1 2004/05/10 20:27:42 drh Exp $ 39 # interrupt a progressively later and later points during the processing 69 do_test interrupt-1.1 { 75 interrupt_test interrupt-1.2 {DROP TABLE t1} {} 1 14 76 do_test interrupt-1.3 { 81 integrity_check interrupt-1.4 101 interrupt_test interrupt-2.2 {VACUUM} {} 100 102 do_test interrupt-2.3 { 107 do_test interrupt-2.4 { 110 integrity_check interrupt-2.5 [all …]
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmpeek.c | 53 static int interrupt; variable 85 interrupt = 0; in poll_data() 87 if (interrupt == BRK) { in poll_data() 90 if (interrupt == DEL) { /* XXX revisit kmd */ in poll_data() 198 interrupt = DEL; in sigint() 204 interrupt = BRK; in sigint()
|
/titanic_41/usr/src/lib/libast/common/uwin/ |
H A D | getpass.c | 44 static int interrupt; variable 47 interrupt++; in handler() 60 interrupt = 0; in getpass() 73 if(interrupt) in getpass()
|
/titanic_41/usr/src/uts/sun4u/ml/ |
H A D | mach_interrupt.s | 63 ! Load the interrupt receive data register 0. 65 ! or an interrupt number. 79 bl,a,pt %xcc, 0f ! an interrupt number found 115 ! Load interrupt receive data registers 1 and 2 to fetch 164 ! We have an interrupt number. 253 ! determine whether a software interrupt will be issued, as 256 ! If %g1 is less than zero, no interrupt will be queued. 257 ! Otherwise, %g1 will be used as the interrupt number 259 ! interrupt system will be exactly that which would have 260 ! occurred if the first word of the incoming interrupt [all …]
|
/titanic_41/usr/src/cmd/dtrace/demo/sdt/ |
H A D | intr.d | 27 interrupt-start 32 interrupt-complete
|
/titanic_41/usr/src/cmd/ptools/preap/ |
H A D | preap.c | 43 static volatile int interrupt; variable 50 interrupt = sig; in intr() 258 while (--argc >= 0 && !interrupt) { in main() 268 if (interrupt && retc == 0) in main()
|
/titanic_41/usr/src/lib/libdtrace_jni/java/docs/examples/ |
H A D | intrstat.d | 29 sdt:::interrupt-start 34 sdt:::interrupt-complete
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | interrupt.s | 99 wr %g5, CLEAR_SOFTINT ! clear interrupt on this pil 126 ! clear the iv_pending flag for this interrupt request 138 ! %g1 - interrupt handler at TL==0 372 ! See if we are interrupting another interrupt thread. 379 ! We have interrupted an interrupt thread. Take a timestamp, 385 ! We came in on top of an interrupt thread that had no timestamp. 386 ! This could happen if, for instance, an interrupt thread which had 562 ! higher effective pil because a higher-level interrupt may have 592 ! The problem is that a high-level interrupt could arrive at any time. 614 ! interrupt. Above we have set t_intr_start to %tick, not 0. This [all …]
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | postio.c | 189 static void interrupt(int); 294 if (signal(SIGINT, interrupt) == SIG_IGN) { in init_signals() 299 signal(SIGHUP, interrupt); in init_signals() 300 signal(SIGQUIT, interrupt); in init_signals() 303 signal(SIGTERM, interrupt); in init_signals() 601 signal(joinsig, interrupt); in split() 1084 interrupt(int sig) in interrupt() function 1098 signal(joinsig, interrupt); in interrupt()
|
/titanic_41/usr/src/uts/sparc/ml/ |
H A D | fd_asm.s | 70 ENTRY(fd_intr) ! fd standard interrupt handler 74 ! controller expecting an interrupt. Unfortunately, the
|
/titanic_41/usr/src/cmd/lp/filter/postscript/download/ |
H A D | download.c | 162 void interrupt(); /* handles signals if we catching them */ in init_signals() 170 if ( signal(SIGINT, interrupt) == SIG_IGN ) { in init_signals() 175 signal(SIGHUP, interrupt); in init_signals() 176 signal(SIGQUIT, interrupt); in init_signals() 179 signal(SIGTERM, interrupt); in init_signals()
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | sigcrit.c | 77 interrupt(int sig) in interrupt() function 79 signal(sig, interrupt); in interrupt() 135 if ((op & signals[i].op) && (handler[i] = signal(signals[i].sig, interrupt)) == SIG_IGN) in sigcritical()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postprint/ |
H A D | postprint.c | 202 void interrupt(); /* signal handler */ in init_signals() 211 if ( signal(SIGINT, interrupt) == SIG_IGN ) { in init_signals() 216 signal(SIGHUP, interrupt); in init_signals() 217 signal(SIGQUIT, interrupt); in init_signals() 220 signal(SIGTERM, interrupt); in init_signals()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/io/ |
H A D | tst.fds.c | 40 interrupt(int sig) in interrupt() function 57 act.sa_handler = interrupt; in main()
|
/titanic_41/usr/src/cmd/cpc/common/ |
H A D | cputrack.c | 69 static int interrupt = 0; variable 334 if (interrupt) in pinit_lwp() 400 if (interrupt) in pfini_lwp() 454 if (interrupt) in plwp_create() 475 if (interrupt) in plwp_exit() 501 if (interrupt) in pexec() 544 if (interrupt) in pexit() 581 if (interrupt) in ptick() 883 interrupt++; in intr()
|
/titanic_41/usr/src/uts/common/io/usb/hcd/ |
H A D | README | 168 - The host controller processes one interrupt endpoint descriptor list every 170 index into an array of 32 interrupt endpoint descriptor lists or periodic 173 sets up the interrupt lists to visit any given endpoint descriptor in as 174 many lists as necessary to provide the interrupt granularity required for 177 - Isochronous endpoint descriptors are added at the end of 1ms interrupt 189 allocate bandwidth needed for an interrupt or isochronous endpoint as 314 This field is used for for high, full and low speed usb device interrupt 316 frame of a given usb frame to initiate a high speed interrupt and 349 This field is used only for full/low speed usb device interrupt and 383 - The host controller processes one interrupt endpoint descriptor list every [all …]
|
/titanic_41/usr/src/cmd/ppgsz/ |
H A D | ppgsz.c | 57 static volatile int interrupt; variable 253 if (cflag && !interrupt) { /* command */ in main() 323 while (--argc >= 0 && !interrupt) { in main() 380 if (interrupt || err) in main() 390 interrupt = 1; in intr()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | main.c | 184 if (interrupt && !int_notified) { in broadcast_signals() 188 (void) thr_kill(lwpid, interrupt); in broadcast_signals() 220 interrupt = SIGTERM; /* post an interrupt */ in grab_lwp() 670 if (!(interrupt | sigusr1)) in main() 849 interrupt = 0; /* another interrupt kills the report */ in main_thread() 901 if (interrupt | sigusr1) { in worker_thread() 918 if ((leave_hung | interrupt | sigusr1) && in worker_thread() 925 tout != 0 && !(interrupt | sigusr1)) { in worker_thread() 1363 if (interrupt | sigusr1) { in worker_thread() 1473 if ((leave_hung | interrupt | sigusr1) == 0) in worker_thread() [all …]
|
/titanic_41/usr/src/uts/i86xpv/ |
H A D | Makefile.files | 153 interrupt.o \ 159 interrupt.o \ 242 interrupt.o \
|
/titanic_41/usr/src/cmd/power/ |
H A D | pm_pam_conv.c | 52 interrupt(int x) in interrupt() function 76 sig = signal(SIGINT, interrupt); in getinput()
|
/titanic_41/usr/src/cmd/prctl/ |
H A D | prctl.c | 84 static volatile int interrupt; variable 424 if (interrupt) { in main() 668 while (--argc >= 0 && !interrupt) { in main() 743 if (interrupt) in main() 778 if (interrupt) in main() 813 if (interrupt) in main() 843 if (interrupt) in main() 906 if (interrupt) in main() 1045 if (interrupt) in main() 1076 if (interrupt) in main() [all …]
|
/titanic_41/usr/src/uts/intel/io/ |
H A D | bscbus.conf | 31 interrupt-priorities = 8, 8;
|
/titanic_41/usr/src/uts/sun4u/blade/io/ |
H A D | bscbus.conf | 31 interrupt-priorities = 8, 8, 8, 8;
|
/titanic_41/usr/src/uts/common/io/ |
H A D | asy.conf | 29 interrupt-priorities=12;
|
/titanic_41/usr/src/uts/common/io/nge/ |
H A D | nge.conf | 35 interrupt-priorities=6;
|