/src/sys/dev/isa/ |
fd.c | 170 int fdprint(void *, const char *); 295 fdprint(void *aux, const char *fdc) function in typeref:typename:int 455 fdprint, CFARGS_NONE); 464 config_found(fdc->sc_dev, &fa, fdprint, 472 config_found(fdc->sc_dev, &fa, fdprint,
|
/src/sys/arch/arc/jazz/ |
fd.c | 104 static int fdprint(void *, const char *); 254 fdprint(void *aux, const char *fdc) function in typeref:typename:int 284 (void)config_found(fdc->sc_dev, (void *)&fa, fdprint,
|
/src/sys/arch/atari/dev/ |
hdfd.c | 206 static int fdprint(void *, const char *); 406 fdprint(void *aux, const char *fdc) function in typeref:typename:int 467 (void)config_found(self, (void *)&fa, fdprint, CFARGS_NONE);
|
/src/sys/arch/acorn32/mainbus/ |
fd.c | 177 int fdprint(void *, const char *); 372 fdprint(void *aux, const char *fdc) function in typeref:typename:int 434 (void)config_found(self, (void *)&fa, fdprint, CFARGS_NONE);
|
/src/sys/arch/sparc64/dev/ |
fdc.c | 371 int fdprint(void *, const char *); 550 fdprint(void *aux, const char *fdc) function in typeref:typename:int 859 if (config_found(fdc->sc_dev, (void *)&fa, fdprint,
|
/src/sys/arch/sparc/dev/ |
fd.c | 338 int fdprint(void *, const char *); 494 fdprint(void *aux, const char *fdc) function in typeref:typename:int 691 if (config_found(fdc->sc_dev, (void *)&fa, fdprint,
|
/src/sys/arch/x68k/dev/ |
fd.c | 169 static int fdprint(void *, const char *); 449 fdprint(void *aux, const char *fdc) function in typeref:typename:int 519 (void)config_found(self, (void *)&fa, fdprint, CFARGS_NONE);
|
/src/sys/arch/sun3/dev/ |
fd.c | 310 static int fdprint(void *, const char *); 385 fdprint(void *aux, const char *fdc) function in typeref:typename:int 497 (void)config_found(self, (void *)&fa, fdprint, CFARGS_NONE);
|