HomeSort by: relevance | last modified time | path
    Searched defs:ifound (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/pmax/pmax/
dec_maxine.c 280 ifound = true; \
289 bool ifound; local in function:dec_maxine_ioasic_intr
293 ifound = false;
330 ifound = true;
334 } while (ifound);
dec_3maxplus.c 283 ifound = true; \
293 bool ifound; local in function:dec_3maxplus_ioasic_intr
297 ifound = false;
340 ifound = true;
343 } while (ifound);
  /src/sys/arch/alpha/tc/
ioasic.c 284 register int ifound; local in function:ioasic_intr
290 ifound = 0;
301 ifound = 1; \
318 gifound |= ifound;
319 } while (ifound);
tc_3000_300.c 218 int ifound; local in function:tc_3000_300_iointr
252 ifound = 0;
258 ifound = 1; \
289 } while (ifound);
tc_3000_500.c 216 int ifound; local in function:tc_3000_500_iointr
238 ifound = 0;
244 ifound = 1; \
281 } while (ifound);

Completed in 14 milliseconds