Searched refs:config_rootsearch (Results 1 – 5 of 5) sorted by relevance
/netbsd/sys/arch/atari/atari/ |
H A D | autoconf.c | 191 cf = config_rootsearch(NULL, "mainbus", __UNCONST("mainbus")); in config_console()
|
/netbsd/sys/arch/amigappc/amigappc/ |
H A D | autoconf.c | 175 cf = config_rootsearch(NULL, "mainbus", NULL); in config_console()
|
/netbsd/sys/arch/amiga/amiga/ |
H A D | autoconf.c | 215 cf = config_rootsearch(NULL, "mainbus", NULL); in config_console()
|
/netbsd/sys/sys/ |
H A D | device.h | 552 cfdata_t config_rootsearch(cfsubmatch_t, const char *, void *);
|
/netbsd/sys/kern/ |
H A D | subr_autoconf.c | 1222 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()
|