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

  /src/sys/arch/atari/isa/
fdcisa.c 100 static int fdc_matched = 0; local in function:fdc_isa_probe
109 if (fdc_matched)
165 fdc_matched = 1;
177 return fdc_matched;
  /src/sys/arch/atari/dev/
hdfd.c 343 static int fdc_matched = 0; local in function:fdcprobe
348 if (strcmp("fdc", aux) || fdc_matched)
379 fdc_matched = 1;
382 if (fdc_matched == 0) {
387 return fdc_matched;
fd.c 310 static int fdc_matched = 0; local in function:fdcmatch
313 if (strcmp("fdc", aux) || fdc_matched)
315 fdc_matched = 1;
  /src/sys/arch/amiga/dev/
fd.c 349 static int fdc_matched = 0; local in function:fdcmatch
352 if (matchname("fdc", aux) == 0 || fdc_matched)
359 fdc_matched = 1;

Completed in 13 milliseconds