Searched refs:handled (Results 1 - 25 of 161) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/regress/sys/kern/ras/ras1/
H A Dras1.c38 volatile int handled = 0; variable
48 handled++;
78 while (!handled) {
84 return (handled != 0);
/netbsd-6-1-5-RELEASE/regress/sys/kern/ras/ras2/
H A Dras2.c40 volatile int handled = 0; variable
50 handled++;
86 while (!handled) {
92 return (handled != 0);
/netbsd-6-1-5-RELEASE/tests/kernel/
H A Dt_lock.c44 volatile int handled = 0; variable
49 handled = 1;
77 ATF_REQUIRE(handled);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dadd.s11 # addu is handled the same way add is; just confirm that it isn't
H A Dand.s11 # nor, or, and xor are handled by the same code. There is a special
H A Dbeq.s12 # bne is handled by the same code as beq. Just sanity check.
H A Dbge.s15 # bgt is handled like bge, except when both arguments are registers.
H A Dbgeu.s14 # bgtu is handled like bgeu, except when both arguments are registers.
H A Dblt.s15 # ble is handled like blt, except when both arguments are registers.
H A Dbltu.s14 # bleu is handled like bltu, except when both arguments are registers.
/netbsd-6-1-5-RELEASE/regress/sys/kern/ras/ras3/
H A Dras3.c40 volatile int handled = 0; variable
50 handled++;
93 while (!handled) {
99 return (handled != 0);
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dmga_irq.c58 int handled = 0; local
67 handled = 1;
87 handled = 1;
90 if (handled)
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/ibm4xx/dev/
H A Dmal.c142 int chan, handled = 0; local
148 handled |= emac_txeob_intr(iargs[chan]);
151 return handled;
158 int chan, handled = 0; local
166 handled |= emac_rxeob_intr(iargs[chan]);
169 return handled;
176 int chan, handled = 0; local
181 handled |= emac_txde_intr(iargs[chan]);
187 return handled;
194 int chan, handled local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dnmi.c149 int handled = 0; local
163 handled |= (*n->n_func)(tf, n->n_arg);
165 return handled;
/netbsd-6-1-5-RELEASE/sys/arch/news68k/dev/
H A Dms_kbc.c142 int handled = 0; local
146 handled = 1;
148 if (handled)
151 return handled;
H A Dkb_kbc.c117 int stat, handled = 0; local
124 handled = 1;
128 return handled;
H A Dms_hb.c164 int handled = 0; local
168 handled = 1;
170 if (handled)
173 return handled;
H A Dkb_hb.c142 int stat, handled = 0; local
149 handled = 1;
153 return handled;
/netbsd-6-1-5-RELEASE/sys/arch/next68k/next68k/
H A Disr.c135 * characters if its interrupt isn't handled with reasonable
258 int handled, ipl; local
266 int handled; member in struct:__anon6268
298 handled = 0;
304 handled++;
309 log[logptr].handled = handled;
311 if (!handled && ++straycount >= 10) {
317 log[m].intrstat, log[m].intrmask, log[m].handled);
323 if (handled)
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/cesfic/cesfic/
H A Disr.c92 * characters if its interrupt isn't handled with reasonable
167 int handled, ipl, vec; local
189 handled = 0;
192 handled |= (*isr->isr_func)(isr->isr_arg);
194 if (handled)
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/isa/
H A Disa_machdep.c213 int rv, handled; local
217 handled = 0;
227 handled |= (rv != 0);
233 return handled;
/netbsd-6-1-5-RELEASE/sys/arch/hp300/hp300/
H A Dintr.c122 * characters if its interrupt isn't handled with reasonable
185 int handled, ipl, vec; local
206 handled = 0;
210 handled |= (*ih->ih_fn)(ih->ih_arg);
212 if (handled)
/netbsd-6-1-5-RELEASE/sys/arch/ia64/ia64/
H A Dinterrupt.c83 int count, handled = 0; local
122 handled = 1;
175 handled = ia64_dispatch_intr(tf, vector);
191 return handled;
344 int handled = 0; local
359 handled = 1;
363 return handled;
/netbsd-6-1-5-RELEASE/sys/dev/marvell/
H A Dmvsata_mv.c171 uint32_t cause, handled = 0; local
175 handled |= mvsata_error(mvhc->hc_ports[0]);
177 handled |= mvsata_error(mvhc->hc_ports[1]);
179 handled |= mvsata_intr(mvhc);
181 return handled;
/netbsd-6-1-5-RELEASE/sys/arch/alpha/common/
H A Dshared_intr.c103 int rv, handled; local
108 handled = 0;
120 handled = handled || (rv != 0);
124 return (handled);

Completed in 204 milliseconds

1234567