Searched refs:fdc_matched (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/atari/isa/
H A Dfdcisa.c100 static int fdc_matched = 0; local
109 if (fdc_matched)
165 fdc_matched = 1;
177 return fdc_matched;
/netbsd-current/sys/arch/atari/dev/
H A Dhdfd.c343 static int fdc_matched = 0; local
348 if (strcmp("fdc", aux) || fdc_matched)
379 fdc_matched = 1;
382 if (fdc_matched == 0) {
387 return fdc_matched;
H A Dfd.c310 static int fdc_matched = 0; local
313 if (strcmp("fdc", aux) || fdc_matched)
315 fdc_matched = 1;
/netbsd-current/sys/arch/amiga/dev/
H A Dfd.c349 static int fdc_matched = 0; local
352 if (matchname("fdc", aux) == 0 || fdc_matched)
359 fdc_matched = 1;

Completed in 407 milliseconds