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

123456789

/netbsd-current/regress/sys/kern/ras/ras1/
H A Dras1.c39 volatile int handled = 0; variable
49 handled++;
77 exit(handled != 0);
79 while (!handled) {
84 return (handled != 0);
/netbsd-current/regress/sys/kern/ras/ras2/
H A Dras2.c41 volatile int handled = 0; variable
51 handled++;
85 exit(handled != 0);
87 while (!handled) {
92 return (handled != 0);
/netbsd-current/regress/sys/kern/ras/ras3/
H A Dras3.c41 volatile int handled = 0; variable
51 handled++;
92 exit(handled != 0);
94 while (!handled) {
99 return (handled != 0);
/netbsd-current/tests/kernel/
H A Dt_lock.c44 volatile int handled = 0; variable
49 handled = 1;
77 ATF_REQUIRE(handled);
/netbsd-current/external/gpl3/gdb.old/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.
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mc/
H A Dnouveau_nvkm_subdev_mc_tu102.c30 tu102_mc_intr_hack(struct nvkm_mc *mc, bool *handled) argument
40 *handled = true;
/netbsd-current/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-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DRISCVAttributeParser.h23 Error handler(uint64_t tag, bool &handled) override;
/netbsd-current/sys/external/bsd/drm2/dist/drm/mga/
H A Dmga_irq.c58 int handled = 0; local
67 handled = 1;
86 handled = 1;
89 if (handled)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DRISCVAttributeParser.cpp54 Error RISCVAttributeParser::handler(uint64_t tag, bool &handled) { argument
55 handled = false;
61 handled = true;
/netbsd-current/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-current/sys/arch/x86/x86/
H A Dnmi.c145 int handled = 0; local
159 handled |= (*n->n_func)(tf, n->n_arg);
161 return handled;
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsyssignal.c160 BOOL handled; local
164 handled = TRUE;
166 handled = FALSE;
169 return handled;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Db-offlocmis.s5 % be handled as at 0x789abcdef0123458. After that, there's another
/netbsd-current/sys/arch/news68k/dev/
H A Dkb_kbc.c117 int stat, handled = 0; local
124 handled = 1;
128 return handled;
H A Dms_hb.c165 int handled = 0; local
169 handled = 1;
171 if (handled)
174 return handled;
H A Dms_kbc.c143 int handled = 0; local
147 handled = 1;
149 if (handled)
152 return handled;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/
H A Dnouveau_nvkm_engine_sw_base.c38 bool handled = false; local
44 handled = nvkm_sw_chan_mthd(chan, subc, mthd, data);
51 return handled;
/netbsd-current/usr.bin/make/unit-tests/
H A Dopt-jobs-no-action.mk21 # The shell attributes are handled by Job_ParseShell.
23 # this is handled by the [0] != '\0' checks in Job_ParseShell.
24 # The '\#' is handled by ParseRawLine.
25 # The '\n' is handled by Str_Words in Job_ParseShell.
26 # The '$$' is handled by Var_Subst in ParseDependencyLine.
60 # not handled by the Job module but by the Compat module, see the
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
H A Dmc.h17 void nvkm_mc_intr(struct nvkm_device *, bool *handled);

Completed in 596 milliseconds

123456789