/netbsd-src/sys/arch/amigappc/amigappc/ |
H A D | mainbus.c | 110 config_found(self, __UNCONST("a34kbbc"), simple_devprint, in mbattach() 113 config_found(self, __UNCONST("a2kbbc"), simple_devprint, in mbattach() 115 config_found(self, __UNCONST("ser"), simple_devprint, CFARGS_NONE); in mbattach() 116 config_found(self, __UNCONST("par"), simple_devprint, CFARGS_NONE); in mbattach() 117 config_found(self, __UNCONST("kbd"), simple_devprint, CFARGS_NONE); in mbattach() 118 config_found(self, __UNCONST("ms"), simple_devprint, CFARGS_NONE); in mbattach() 119 config_found(self, __UNCONST("grfcc"), simple_devprint, CFARGS_NONE); in mbattach() 120 config_found(self, __UNCONST("amidisplaycc"), simple_devprint, in mbattach() 122 config_found(self, __UNCONST("fdc"), simple_devprint, CFARGS_NONE); in mbattach() 124 config_found(self, __UNCONST("wdc"), simple_devprint, in mbattach() [all …]
|
H A D | autoconf.c | 100 simple_devprint(void *aux, const char *pnp) in simple_devprint() function
|
/netbsd-src/sys/arch/amiga/amiga/ |
H A D | autoconf.c | 141 simple_devprint(void *aux, const char *pnp) in simple_devprint() function 272 config_found(self, __UNCONST("clock"), simple_devprint, CFARGS_NONE); in mbattach() 274 config_found(self, __UNCONST("a34kbbc"), simple_devprint, in mbattach() 281 config_found(self, __UNCONST("a2kbbc"), simple_devprint, in mbattach() 286 config_found(self, __UNCONST("drbbc"), simple_devprint, in mbattach() 288 config_found(self, __UNCONST("kbd"), simple_devprint, in mbattach() 290 config_found(self, __UNCONST("drsc"), simple_devprint, in mbattach() 292 config_found(self, __UNCONST("drsupio"), simple_devprint, in mbattach() 297 config_found(self, __UNCONST("ser"), simple_devprint, in mbattach() 299 config_found(self, __UNCONST("par"), simple_devprint, in mbattach() [all …]
|
H A D | device.h | 43 int simple_devprint(void *, const char *);
|
/netbsd-src/sys/arch/atari/atari/ |
H A D | autoconf.c | 129 simple_devprint(void *aux, const char *pnp) in simple_devprint() function 323 config_found(self, __UNCONST("clock") , simple_devprint, CFARGS_NONE); in mbattach() 324 config_found(self, __UNCONST("grfbus") , simple_devprint, CFARGS_NONE); in mbattach() 325 config_found(self, __UNCONST("kbd") , simple_devprint, CFARGS_NONE); in mbattach() 326 config_found(self, __UNCONST("fdc") , simple_devprint, CFARGS_NONE); in mbattach() 327 config_found(self, __UNCONST("ser") , simple_devprint, CFARGS_NONE); in mbattach() 328 config_found(self, __UNCONST("zs") , simple_devprint, CFARGS_NONE); in mbattach() 329 config_found(self, __UNCONST("ncrscsi") , simple_devprint, CFARGS_NONE); in mbattach() 330 config_found(self, __UNCONST("nvr") , simple_devprint, CFARGS_NONE); in mbattach() 331 config_found(self, __UNCONST("lpt") , simple_devprint, CFARGS_NONE); in mbattach() [all …]
|
H A D | device.h | 44 int simple_devprint(void *, const char *);
|
/netbsd-src/sys/arch/amiga/dev/ |
H A D | gayle_pcmcia.c | 176 sc->devs[0].card = config_found(self, &paa, simple_devprint, in pccard_attach()
|