Home
last modified time | relevance | path

Searched refs:interrupt (Results 1 – 25 of 128) sorted by relevance

123456

/onnv-gate/usr/src/lib/libsqlite/test/
H A Dinterrupt.test17 # $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 …]
/onnv-gate/usr/src/cmd/ttymon/
H A Dtmpeek.c53 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()
/onnv-gate/usr/src/lib/libast/common/uwin/
H A Dgetpass.c44 static int interrupt; variable
47 interrupt++; in handler()
60 interrupt = 0; in getpass()
73 if(interrupt) in getpass()
/onnv-gate/usr/src/uts/sun4u/ml/
H A Dmach_interrupt.s63 ! 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 …]
/onnv-gate/usr/src/cmd/dtrace/demo/sdt/
H A Dintr.d27 interrupt-start
32 interrupt-complete
/onnv-gate/usr/src/cmd/ptools/preap/
H A Dpreap.c43 static volatile int interrupt; variable
50 interrupt = sig; in intr()
258 while (--argc >= 0 && !interrupt) { in main()
268 if (interrupt && retc == 0) in main()
/onnv-gate/usr/src/lib/libdtrace_jni/java/docs/examples/
H A Dintrstat.d29 sdt:::interrupt-start
34 sdt:::interrupt-complete
/onnv-gate/usr/src/uts/sparc/ml/
H A Dfd_asm.s70 ENTRY(fd_intr) ! fd standard interrupt handler
74 ! controller expecting an interrupt. Unfortunately, the
/onnv-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s99 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 …]
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DSwingWorker.java58 public void interrupt() { in interrupt() method in SwingWorker
61 t.interrupt(); in interrupt()
/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c189 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()
/onnv-gate/usr/src/lib/libast/common/misc/
H A Dsigcrit.c77 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()
/onnv-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c162 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()
/onnv-gate/usr/src/uts/sun4u/opl/
H A DMakefile.opl.shared160 # - When an UE is detected in a interrupt packet,
163 # of the error. Software will see this as a spurious interrupt since
164 # the interrupt busy bit is set to zero. SW will still need to
165 # explicitly clear the interrupt busy bit to reset the HW state.
167 # an interrupt vector trap when PSTATE.IE is reset to one.
168 # Note that UE in interrupt packet is reported to the SP and handled
/onnv-gate/usr/src/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c40 interrupt(int sig) in interrupt() function
57 act.sa_handler = interrupt; in main()
/onnv-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c202 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()
/onnv-gate/usr/src/cmd/cpc/common/
H A Dcputrack.c69 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()
/onnv-gate/usr/src/cmd/lp/filter/postscript/postdmd/
H A Dpostdmd.c221 void interrupt(); /* signal handler */ in init_signals()
230 if ( signal(SIGINT, interrupt) == SIG_IGN ) { in init_signals()
235 signal(SIGHUP, interrupt); in init_signals()
236 signal(SIGQUIT, interrupt); in init_signals()
239 signal(SIGTERM, interrupt); in init_signals()
/onnv-gate/usr/src/cmd/lp/filter/postscript/postplot/
H A Dpostplot.c235 void interrupt(); /* signal handler */ in init_signals()
243 if ( signal(SIGINT, interrupt) == SIG_IGN ) { in init_signals()
248 signal(SIGHUP, interrupt); in init_signals()
249 signal(SIGQUIT, interrupt); in init_signals()
252 signal(SIGTERM, interrupt); in init_signals()
/onnv-gate/usr/src/cmd/ppgsz/
H A Dppgsz.c57 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()
/onnv-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME168 - 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 …]
/onnv-gate/usr/src/cmd/lp/filter/postscript/postdaisy/
H A Dpostdaisy.c239 void interrupt(); /* signal handler */ in init_signals()
248 if ( signal(SIGINT, interrupt) == SIG_IGN ) { in init_signals()
253 signal(SIGHUP, interrupt); in init_signals()
254 signal(SIGQUIT, interrupt); in init_signals()
257 signal(SIGTERM, interrupt); in init_signals()
/onnv-gate/usr/src/cmd/lp/filter/postscript/postmd/
H A Dpostmd.c301 void interrupt(); /* signal handler */ in init_signals()
310 if ( signal(SIGINT, interrupt) == SIG_IGN ) { in init_signals()
315 signal(SIGHUP, interrupt); in init_signals()
316 signal(SIGQUIT, interrupt); in init_signals()
319 signal(SIGTERM, interrupt); in init_signals()
320 signal(SIGFPE, interrupt); in init_signals()
/onnv-gate/usr/src/cmd/truss/
H A Dmain.c184 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 …]
/onnv-gate/usr/src/cmd/power/
H A Dpm_pam_conv.c52 interrupt(int x) in interrupt() function
76 sig = signal(SIGINT, interrupt); in getinput()

123456