Home
last modified time | relevance | path

Searched refs:arcbios_cdevsw (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/arcbios/
H A Darcbios.c63 extern const struct cdevsw arcbios_cdevsw;
93 maj = cdevsw_lookup_major(&arcbios_cdevsw); in arcbios_init()
H A Darcbios_tty.c66 const struct cdevsw arcbios_cdevsw = { variable