Home
last modified time | relevance | path

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

12345

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dinterrupt.test67 do_test interrupt-1.1 {
74 do_test interrupt-1.3 {
79 integrity_check interrupt-1.4
100 do_test interrupt-2.3 {
105 do_test interrupt-2.4 {
115 do_test interrupt-3.$i.1 {
122 do_test interrupt-3.$i.2 {
128 do_test interrupt-3.$i.3 {
133 do_test interrupt-3.$i.4 {
138 do_test interrupt-3.$i.5 {
[all …]
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpeek.c49 static int interrupt; variable
82 interrupt = 0; in poll_data()
84 if (interrupt == BRK) { in poll_data()
87 if (interrupt == DEL) { /* XXX revisit kmd */ in poll_data()
194 interrupt = DEL; in sigint()
199 interrupt = BRK; in sigint()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_interrupt.S50 ! Load the interrupt receive data register 0.
52 ! or an interrupt number.
66 bl,a,pt %xcc, 0f ! an interrupt number found
102 ! Load interrupt receive data registers 1 and 2 to fetch
151 ! We have an interrupt number.
240 ! determine whether a software interrupt will be issued, as
243 ! If %g1 is less than zero, no interrupt will be queued.
244 ! Otherwise, %g1 will be used as the interrupt number
246 ! interrupt system will be exactly that which would have
247 ! occurred if the first word of the incoming interrupt
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dgetpass.c44 static int interrupt; variable
47 interrupt++; in handler()
60 interrupt = 0; in getpass()
73 if(interrupt) in getpass()
/illumos-gate/usr/src/cmd/ptools/preap/
H A Dpreap.c41 static volatile int interrupt; variable
48 interrupt = sig; in intr()
256 while (--argc >= 0 && !interrupt) { in main()
266 if (interrupt && retc == 0) in main()
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.S85 wr %g5, CLEAR_SOFTINT ! clear interrupt on this pil
112 ! clear the iv_pending flag for this interrupt request
124 ! %g1 - interrupt handler at TL==0
344 ! See if we are interrupting another interrupt thread.
351 ! We have interrupted an interrupt thread. Take a timestamp,
810 ! Put thread back on the interrupt thread list.
1042 ! done by the lowest priority high-level interrupt active.
1268 ! interrupted high-level interrupt.
1396 wrpr %g0, %g1, %pstate ! disable interrupt
1428 wrpr %l1, %pstate ! disable interrupt
[all …]
/illumos-gate/usr/src/cmd/dtrace/demo/sdt/
H A Dintr.d27 interrupt-start
32 interrupt-complete
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c187 static void interrupt(int);
292 if (signal(SIGINT, interrupt) == SIG_IGN) { in init_signals()
297 signal(SIGHUP, interrupt); in init_signals()
298 signal(SIGQUIT, interrupt); in init_signals()
301 signal(SIGTERM, interrupt); in init_signals()
599 signal(joinsig, interrupt); in split()
1082 interrupt(int sig) in interrupt() function
1096 signal(joinsig, interrupt); in interrupt()
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c160 void interrupt(); /* handles signals if we catching them */ in init_signals()
168 if ( signal(SIGINT, interrupt) == SIG_IGN ) { in init_signals()
173 signal(SIGHUP, interrupt); in init_signals()
174 signal(SIGQUIT, interrupt); in init_signals()
177 signal(SIGTERM, interrupt); in init_signals()
/illumos-gate/usr/src/lib/libdtrace_jni/java/docs/examples/
H A Dintrstat.d27 sdt:::interrupt-start
32 sdt:::interrupt-complete
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcputrack.c69 static int interrupt = 0; variable
330 if (interrupt) in pinit_lwp()
392 if (interrupt) in pfini_lwp()
446 if (interrupt) in plwp_create()
467 if (interrupt) in plwp_exit()
493 if (interrupt) in pexec()
536 if (interrupt) in pexit()
573 if (interrupt) in ptick()
749 interrupt++; in intr()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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()
/illumos-gate/usr/src/uts/sparc/ml/
H A Dfd_asm.S58 ENTRY(fd_intr) ! fd standard interrupt handler
62 ! controller expecting an interrupt. Unfortunately, the
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c201 void interrupt(); /* signal handler */ in init_signals()
210 if ( signal(SIGINT, interrupt) == SIG_IGN ) { in init_signals()
215 signal(SIGHUP, interrupt); in init_signals()
216 signal(SIGQUIT, interrupt); in init_signals()
219 signal(SIGTERM, interrupt); in init_signals()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c38 interrupt(int sig) in interrupt() function
55 act.sa_handler = interrupt; in main()
/illumos-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 …]
/illumos-gate/usr/src/cmd/ppgsz/
H A Dppgsz.c55 static volatile int interrupt; variable
251 if (cflag && !interrupt) { /* command */ in main()
321 while (--argc >= 0 && !interrupt) { in main()
378 if (interrupt || err) in main()
388 interrupt = 1; in intr()
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c186 if (interrupt && !int_notified) { in broadcast_signals()
672 if (!(interrupt | sigusr1)) in main()
906 if (interrupt | sigusr1) { in worker_thread()
1369 if (interrupt | sigusr1) { in worker_thread()
2118 if (total && !interrupt) in report()
2133 if (total && !interrupt) in report()
2164 if (!interrupt) in report()
2195 if (!interrupt) { in report()
2203 if (!interrupt) { in report()
2209 if (!interrupt) { in report()
[all …]
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c425 if (interrupt) { in main()
744 if (interrupt) in main()
779 if (interrupt) in main()
814 if (interrupt) in main()
844 if (interrupt) in main()
907 if (interrupt) in main()
1046 if (interrupt) in main()
1077 if (interrupt) in main()
1090 interrupt = sig; in intr()
1189 if (interrupt) { in store_rctls()
[all …]
/illumos-gate/usr/src/cmd/power/
H A Dpm_pam_conv.c52 interrupt(int x) in interrupt() function
76 sig = signal(SIGINT, interrupt); in getinput()
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c144 static int interrupt = 0; variable
220 interrupt++; in intr()
567 interrupt = 1; in print_affinities()
1203 if (arg == NULL || interrupt) in Plwp_iter_handler()
1251 if (plgrp_todo == NULL || interrupt) in do_process()
1374 while (!interrupt && (c = getopt(argc, argv, "a:A:FhH:")) != -1) { in main()
1586 for (i = optind; i < argc && !interrupt; i++) { in main()
1598 return ((nerrors ||interrupt) ? EXIT_NONFATAL : EXIT_SUCCESS); in main()
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c51 static int interrupt; variable
165 while (--argc >= 0 && !interrupt) { in main()
216 if (interrupt) in main()
224 interrupt = sig; in intr()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.conf35 interrupt-priorities=6;
/illumos-gate/usr/src/uts/common/io/
H A Dasy.conf27 interrupt-priorities=12;
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv.conf26 interrupt-priorities=9;

12345