Searched refs:config_rootfound (Results 1 – 17 of 17) sorted by relevance
| /openbsd/src/sys/arch/landisk/landisk/ |
| D | autoconf.c | 57 if (config_rootfound("mainbus", NULL) == NULL) in cpu_configure()
|
| /openbsd/src/sys/kern/ |
| D | init_main.c | 337 config_rootfound("mpath", NULL); in main() 449 config_rootfound("vscsi", NULL); in main() 452 config_rootfound("softraid", NULL); in main()
|
| D | subr_autoconf.c | 337 config_rootfound(char *rootname, void *aux) in config_rootfound() function
|
| /openbsd/src/sys/arch/powerpc64/powerpc64/ |
| D | autoconf.c | 37 config_rootfound("mainbus", NULL); in cpu_configure()
|
| /openbsd/src/sys/arch/riscv64/riscv64/ |
| D | autoconf.c | 53 config_rootfound("mainbus", NULL); in cpu_configure()
|
| /openbsd/src/sys/arch/arm64/arm64/ |
| D | autoconf.c | 60 config_rootfound("mainbus", NULL); in cpu_configure()
|
| /openbsd/src/sys/arch/armv7/armv7/ |
| D | autoconf.c | 86 config_rootfound("mainbus", NULL); in cpu_configure()
|
| /openbsd/src/sys/arch/loongson/loongson/ |
| D | autoconf.c | 46 (void)config_rootfound("mainbus", NULL); in cpu_configure()
|
| /openbsd/src/sys/arch/octeon/octeon/ |
| D | autoconf.c | 43 (void)config_rootfound("mainbus", NULL); in cpu_configure()
|
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | autoconf.c | 121 if (config_rootfound("mainbus", NULL) == NULL) in cpu_configure()
|
| /openbsd/src/sys/arch/i386/i386/ |
| D | autoconf.c | 143 if (config_rootfound("mainbus", NULL) == NULL) in cpu_configure()
|
| /openbsd/src/sys/arch/luna88k/luna88k/ |
| D | autoconf.c | 76 if (config_rootfound("mainbus", "mainbus") == 0) in cpu_configure()
|
| /openbsd/src/sys/arch/alpha/alpha/ |
| D | autoconf.c | 100 if (config_rootfound("mainbus", "mainbus") == NULL) in cpu_configure()
|
| /openbsd/src/sys/sys/ |
| D | device.h | 185 struct device *config_rootfound(char *, void *);
|
| /openbsd/src/sys/arch/macppc/macppc/ |
| D | autoconf.c | 102 if (config_rootfound("mainbus", "mainbus") == 0) in cpu_configure()
|
| /openbsd/src/sys/arch/hppa/hppa/ |
| D | autoconf.c | 484 if (config_rootfound("mainbus", "mainbus") == NULL) in cpu_configure()
|
| /openbsd/src/sys/arch/sparc64/sparc64/ |
| D | autoconf.c | 712 if (config_rootfound("mainbus", NULL) == NULL) in cpu_configure()
|