Home
last modified time | relevance | path

Searched refs:oba_name (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/evbmips/alchemy/
H A Dobio.c88 oa.oba_name = od->od_name; in obio_attach()
115 aprint_normal("%s at %s", oa->oba_name, pnp); in obio_print()
H A Dobiovar.h42 const char *oba_name; /* name of device */ member
/netbsd-src/sys/arch/mips/adm5120/
H A Dadm5120_obio.c134 oa->oba_name = od->od_name; in obio_attach_args_create()
186 aprint_normal("%s at %s", oa->oba_name, pnp); in obio_print()
/netbsd-src/sys/arch/sun2/sun2/
H A Dobio.c136 oba.oba_name = *cpp; in obio_attach()
142 oba.oba_name = NULL; in obio_attach()
/netbsd-src/sys/arch/mips/adm5120/include/
H A Dadm5120_obiovar.h77 const char *oba_name; /* name of device */ member
/netbsd-src/sys/arch/sun68k/include/
H A Dautoconf.h53 #define oba_name ma_name macro
/netbsd-src/sys/arch/mips/adm5120/dev/
H A Duart.c118 if (strcmp(oba->oba_name, cf->cf_name) == 0) in uart_probe()
H A Dif_admsw.c161 return strcmp(aa->oba_name, cf->cf_name) == 0; in admsw_match()
H A Dahci.c238 if (strcmp(aa->oba_name, cf->cf_name) == 0) in ahci_match()