Home
last modified time | relevance | path

Searched refs:config_rootsearch (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/arch/atari/atari/
H A Dautoconf.c191 cf = config_rootsearch(NULL, "mainbus", __UNCONST("mainbus")); in config_console()
/netbsd/sys/arch/amigappc/amigappc/
H A Dautoconf.c175 cf = config_rootsearch(NULL, "mainbus", NULL); in config_console()
/netbsd/sys/arch/amiga/amiga/
H A Dautoconf.c215 cf = config_rootsearch(NULL, "mainbus", NULL); in config_console()
/netbsd/sys/sys/
H A Ddevice.h552 cfdata_t config_rootsearch(cfsubmatch_t, const char *, void *);
/netbsd/sys/kern/
H A Dsubr_autoconf.c1222 config_rootsearch(cfsubmatch_t fn, const char *rootname, void *aux) in config_rootsearch() function
1335 if ((cf = config_rootsearch(NULL, rootname, aux)) != NULL) in config_rootfound()