| /src/regress/sys/kern/ras/ras1/ | 
| ras1.c | 39 volatile int handled = 0;  variable in typeref:typename:volatile int 49 	handled++;
 77 		exit(handled != 0);
 79 	while (!handled) {
 84 	return (handled != 0);
 
 | 
| /src/regress/sys/kern/ras/ras2/ | 
| ras2.c | 41 volatile int handled = 0;  variable in typeref:typename:volatile int 51 	handled++;
 85 		exit(handled != 0);
 87 	while (!handled) {
 92 	return (handled != 0);
 
 | 
| /src/regress/sys/kern/ras/ras3/ | 
| ras3.c | 41 volatile int handled = 0;  variable in typeref:typename:volatile int 51 	handled++;
 92 		exit(handled != 0);
 94 	while (!handled) {
 99 	return (handled != 0);
 
 | 
| /src/tests/kernel/ | 
| t_lock.c | 44 volatile int handled = 0;  variable in typeref:typename:volatile int 49 	handled = 1;
 77 	ATF_REQUIRE(handled);
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mc/ | 
| nouveau_nvkm_subdev_mc_tu102.c | 30 tu102_mc_intr_hack(struct nvkm_mc *mc, bool *handled) 40 		*handled = true;
 
 | 
| priv.h | 32 	void (*intr_hack)(struct nvkm_mc *, bool *handled); 
 | 
| /src/sys/external/bsd/drm/dist/shared-core/ | 
| mga_irq.c | 58 	int handled = 0;  local in function:mga_driver_irq_handler 67 		handled = 1;
 87 		handled = 1;
 90 	if (handled)
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/mga/ | 
| mga_irq.c | 58 	int handled = 0;  local in function:mga_driver_irq_handler 67 		handled = 1;
 86 		handled = 1;
 89 	if (handled)
 
 | 
| /src/sys/arch/powerpc/ibm4xx/dev/ | 
| mal.c | 142 	int chan, handled = 0;  local in function:mal_txeob_intr 148 			handled |= emac_txeob_intr(iargs[chan]);
 151 	return handled;
 158 	int chan, handled = 0;  local in function:mal_rxeob_intr
 166 			handled |= emac_rxeob_intr(iargs[chan]);
 169 	return handled;
 176 	int chan, handled = 0;  local in function:mal_txde_intr
 181 			handled |= emac_txde_intr(iargs[chan]);
 187 	return handled;
 194 	int chan, handled = 0  local in function:mal_rxde_intr
 [all...]
 | 
| /src/sys/arch/x86/x86/ | 
| nmi.c | 145 	int handled = 0;  local in function:nmi_dispatch 159 		handled |= (*n->n_func)(tf, n->n_arg);
 161 	return handled;
 
 | 
| /src/usr.bin/make/unit-tests/ | 
| order.mk | 3 # Test that .ORDER is handled correctly. 
 | 
| opt-jobs-no-action.mk | 21 # 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
 
 | 
| /src/sys/arch/news68k/dev/ | 
| kb_kbc.c | 117 	int stat, handled = 0;  local in function:kb_kbc_intr 124 		handled = 1;
 128 	return handled;
 
 | 
| ms_hb.c | 165 	int handled = 0;  local in function:ms_hb_intr 169 		handled = 1;
 171 	if (handled)
 174 	return handled;
 
 | 
| ms_kbc.c | 143 	int handled = 0;  local in function:ms_kbc_intr 147 		handled = 1;
 149 	if (handled)
 152 	return handled;
 
 | 
| kb_hb.c | 142 	int stat, handled = 0;  local in function:kb_hb_intr 149 		handled = 1;
 153 	return handled;
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/ | 
| nouveau_nvkm_engine_sw_base.c | 38 	bool handled = false;  local in function:nvkm_sw_mthd 44 			handled = nvkm_sw_chan_mthd(chan, subc, mthd, data);
 51 	return handled;
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ | 
| mc.h | 17 void nvkm_mc_intr(struct nvkm_device *, bool *handled); 
 | 
| /src/sys/arch/mipsco/isa/ | 
| isa_machdep.c | 211 	int rv, handled;  local in function:isa_intr 215 	handled = 0;
 225 		handled |= (rv != 0);
 231 	return handled;
 
 | 
| /src/sys/arch/ia64/ia64/ | 
| interrupt.c | 83 	int count, handled = 0;  local in function:interrupt 122 			handled = 1;
 175 		handled = ia64_dispatch_intr(tf, vector);
 191 	return handled;
 348 	int handled = 0;  local in function:ia64_dispatch_intr
 363 			handled = 1;
 367 	return handled;
 
 | 
| /src/sys/dev/marvell/ | 
| mvsata_mv.c | 187 	uint32_t cause, handled = 0;  local in function:mvsatahc_intr 191 		handled |= mvsata_error(mvhc->hc_ports[0]);
 193 		handled |= mvsata_error(mvhc->hc_ports[1]);
 195 		handled |= mvsata_intr(mvhc);
 197 	return handled;
 
 | 
| /src/sys/dev/ic/ | 
| pl050.c | 176 	int handled = 0;  local in function:plkmi_intr 185 		handled = 1;
 188 	return handled;
 
 | 
| z8530sc.c | 307 	int handled;  local in function:zsc_intr_hard 310 	handled = 0;
 333 		handled = 1;
 364 	return handled;
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/top/ | 
| nouveau_nvkm_subdev_top_base.c | 102 	u32 handled = 0;  local in function:nvkm_top_intr 109 					handled |= BIT(info->intr);
 116 	return intr & ~handled;
 
 | 
| /src/sys/arch/arm/nvidia/ | 
| tegra_cec.c | 210 	int handled = 0;  local in function:tegra_cec_intr 229 		++handled;
 252 		++handled;
 268 		++handled;
 274 		++handled;
 279 	return handled;
 
 |