/src/sys/arch/atari/atari/ |
autoconf.c | 129 simple_devprint(void *aux, const char *pnp) function in typeref:typename:int 323 config_found(self, __UNCONST("clock") , simple_devprint, CFARGS_NONE); 324 config_found(self, __UNCONST("grfbus") , simple_devprint, CFARGS_NONE); 325 config_found(self, __UNCONST("kbd") , simple_devprint, CFARGS_NONE); 326 config_found(self, __UNCONST("fdc") , simple_devprint, CFARGS_NONE); 327 config_found(self, __UNCONST("ser") , simple_devprint, CFARGS_NONE); 328 config_found(self, __UNCONST("zs") , simple_devprint, CFARGS_NONE); 329 config_found(self, __UNCONST("ncrscsi") , simple_devprint, CFARGS_NONE); 330 config_found(self, __UNCONST("nvr") , simple_devprint, CFARGS_NONE); 331 config_found(self, __UNCONST("lpt") , simple_devprint, CFARGS_NONE) [all...] |
/src/sys/arch/amigappc/amigappc/ |
autoconf.c | 100 simple_devprint(void *aux, const char *pnp) function in typeref:typename:int
|
/src/sys/arch/amiga/amiga/ |
autoconf.c | 141 simple_devprint(void *aux, const char *pnp) function in typeref:typename:int 272 config_found(self, __UNCONST("clock"), simple_devprint, CFARGS_NONE); 274 config_found(self, __UNCONST("a34kbbc"), simple_devprint, 281 config_found(self, __UNCONST("a2kbbc"), simple_devprint, 286 config_found(self, __UNCONST("drbbc"), simple_devprint, 288 config_found(self, __UNCONST("kbd"), simple_devprint, 290 config_found(self, __UNCONST("drsc"), simple_devprint, 292 config_found(self, __UNCONST("drsupio"), simple_devprint, 297 config_found(self, __UNCONST("ser"), simple_devprint, 299 config_found(self, __UNCONST("par"), simple_devprint, [all...] |