| /netbsd/src/sys/arch/x86/x86/ |
| D | x86_autoconf.c | 89 func, booted_method, device_xname(booted_device), in dmatch() 343 if (booted_device) in findroot() 372 booted_device = dv; in findroot() 380 booted_device ? device_xname(booted_device) : "not found")); in findroot() 420 if (booted_device) { in findroot() 424 booted_device = dv; in findroot() 433 booted_device ? device_xname(booted_device) : "not found")); in findroot() 479 if (booted_device) { in findroot() 483 booted_device = dv; in findroot() 491 booted_device ? device_xname(booted_device) : "not found")); in findroot() [all …]
|
| /netbsd/src/sys/arch/evbmips/malta/ |
| D | autoconf.c | 75 booted_device ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf() 89 if (booted_device) in findroot() 92 if ((booted_device == NULL) && netboot == 0) { in findroot() 97 booted_device = dv; in findroot() 113 if ((booted_device == NULL) && (netboot == 1)) in device_register() 115 booted_device = dev; in device_register()
|
| /netbsd/src/sys/arch/evbmips/rmixl/ |
| D | autoconf.c | 75 booted_device ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf() 86 if (booted_device) in findroot() 89 if ((booted_device == NULL) && netboot == 0) { in findroot() 99 booted_device = dv; in findroot() 114 if ((booted_device == NULL) && (netboot == 1)) in device_register() 116 booted_device = dev; in device_register()
|
| /netbsd/src/sys/arch/evbmips/gdium/ |
| D | autoconf.c | 75 booted_device ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf() 89 if (booted_device) in findroot() 92 if ((booted_device == NULL) && netboot == 0) { in findroot() 97 booted_device = dv; in findroot() 115 if ((booted_device == NULL) && (netboot == 1)) in device_register() 117 booted_device = dev; in device_register()
|
| /netbsd/src/sys/arch/evbmips/loongson/ |
| D | autoconf.c | 86 booted_device ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf() 101 if (booted_device) in findroot() 104 if ((booted_device == NULL) && netboot == 0) { in findroot() 109 booted_device = dv; in findroot() 128 if ((booted_device == NULL) && (netboot == 1)) in device_register() 130 booted_device = dev; in device_register()
|
| /netbsd/src/sys/arch/x68k/x68k/ |
| D | autoconf.c | 81 booted_device ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf() 102 if (booted_device) in findroot() 116 if ((booted_device = scsi_find(bootdev)) != NULL) in findroot() 127 if ((booted_device = device_find_by_driver_unit(name, unit)) != NULL) in findroot() 156 if (booted_device) { in device_register() 159 device_xname(booted_device), device_xname(dev)); in device_register() 162 booted_device = dev; in device_register()
|
| /netbsd/src/sys/arch/zaurus/zaurus/ |
| D | autoconf.c | 144 if (booted_device) in findroot() 162 booted_device = dv; in findroot() 193 if (booted_device) { in findroot() 196 device_xname(booted_device), in findroot() 200 booted_device = dv; in findroot() 205 if (booted_device) in findroot() 217 booted_device ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf()
|
| /netbsd/src/sys/arch/hp300/hp300/ |
| D | autoconf.c | 354 if (booted_device == NULL) { in cpu_rootconf() 363 printf("boot device: %s\n", device_xname(booted_device)); in cpu_rootconf() 379 booted_device = dd->dd_dev; in cpu_rootconf() 400 if (booted_device != NULL && device_class(booted_device) == DV_TAPE) in cpu_rootconf() 502 booted_device = NULL; in findbootdev() 534 booted_device = dd->dd_dev; in findbootdev() 547 if (booted_device == NULL) in findbootdev() 553 if ((type == 0 && !device_is_a(booted_device, "ct")) || in findbootdev() 554 (type == 2 && !device_is_a(booted_device, "rd"))) { in findbootdev() 557 device_xname(booted_device), type); in findbootdev() [all …]
|
| /netbsd/src/sys/arch/ews4800mips/stand/common/ |
| D | boot.c | 134 switch (DEVICE_CAPABILITY.booted_device) { in guess_boot_kernel() 276 int booted_device, booted_unit, fd_format; in set_device_capability() local 278 boot_device(&booted_device, &booted_unit, &fd_format); in set_device_capability() 279 if (booted_device > NVSRAM_BOOTDEV_MAX || in set_device_capability() 280 booted_device < NVSRAM_BOOTDEV_MIN) { in set_device_capability() 284 DEVICE_CAPABILITY.booted_device = booted_device; in set_device_capability() 308 if (DEVICE_CAPABILITY.booted_device == NVSRAM_BOOTDEV_HARDDISK) in set_device_capability() 318 printf("booted from %s IPL", devname[DEVICE_CAPABILITY.booted_device]); in set_device_capability() 319 if ((DEVICE_CAPABILITY.booted_device == NVSRAM_BOOTDEV_NETWORK) || in set_device_capability() 320 (DEVICE_CAPABILITY.booted_device == NVSRAM_BOOTDEV_NETWORK_T_AND_D)) in set_device_capability()
|
| /netbsd/src/sys/arch/landisk/landisk/ |
| D | autoconf.c | 161 if (booted_device) in findroot() 186 if (booted_device) { in findroot() 189 device_xname(booted_device), device_xname(dv)); in findroot() 192 booted_device = dv; in findroot() 197 if (booted_device) in findroot() 209 booted_device ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf()
|
| /netbsd/src/sys/arch/mvme68k/mvme68k/ |
| D | autoconf.c | 86 booted_device = NULL; /* set by device drivers (if found) */ in cpu_configure() 100 (booted_device) ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf() 142 booted_device = dev; in device_register() 171 booted_device = dev; in device_register() 198 booted_device = dev; in device_register()
|
| /netbsd/src/sys/arch/epoc32/epoc32/ |
| D | autoconf.c | 56 booted_device ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf() 58 setroot(booted_device, booted_partition); in cpu_rootconf() 75 if (booted_device == NULL) in device_register() 77 booted_device = dev; in device_register()
|
| /netbsd/src/sys/arch/evbppc/mpc85xx/ |
| D | autoconf.c | 84 if (booted_device != NULL) { in cpu_rootconf() 85 aprint_normal_dev(booted_device, "boot device\n"); in cpu_rootconf() 90 && (booted_device = device_find_by_xname(root_string)) != NULL) { in cpu_rootconf() 91 aprint_normal_dev(booted_device, "boot device\n"); in cpu_rootconf() 109 if (booted_device == NULL) { in device_register() 113 booted_device = dev; in device_register()
|
| /netbsd/src/sys/arch/emips/emips/ |
| D | autoconf.c | 96 booted_device = NULL; in makebootdev() 142 booted_device ? device_xname(booted_device) : "<unknown>", in cpu_rootconf() 187 booted_device = dev; in device_register() 195 booted_device = dev; in device_register() 207 booted_device = dev; in device_register()
|
| /netbsd/src/sys/arch/cobalt/cobalt/ |
| D | autoconf.c | 71 booted_device ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf() 80 if (booted_device != NULL) in device_register() 92 booted_device = dev; in device_register() 104 booted_device = dev; in device_register()
|
| /netbsd/src/sys/arch/pmax/pmax/ |
| D | autoconf.c | 103 booted_device = NULL; in makebootdev() 152 booted_device ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf() 230 booted_device = dev; in device_register() 249 booted_device = dev; in device_register() 258 booted_device = dev; in device_register()
|
| /netbsd/src/sys/arch/luna68k/luna68k/ |
| D | autoconf.c | 63 booted_device = NULL; /* set by device drivers (if found) */ in cpu_configure() 96 booted_device = dev; in device_register() 124 booted_device = dev; in device_register() 136 (booted_device) ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf()
|
| /netbsd/src/sys/arch/alpha/alpha/ |
| D | autoconf.c | 142 booted_device = device_find_by_xname(cp); in qemu_find_rootdev() 221 booted_device = device_find_by_xname(ifname); in netboot_find_rootdev_planb() 228 if (booted_device == NULL && alpha_is_qemu) { in cpu_rootconf() 232 if (booted_device == NULL) { in cpu_rootconf() 246 if (booted_device == NULL) { in cpu_rootconf() 267 booted_device = NULL; in parse_prom_bootdev()
|
| /netbsd/src/sys/arch/mmeye/mmeye/ |
| D | autoconf.c | 73 booted_device ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf() 82 if (booted_device != NULL) in device_register() 98 booted_device = dev; in device_register()
|
| /netbsd/src/sys/arch/arc/arc/ |
| D | autoconf.c | 153 booted_device ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf() 155 booted_partition = booted_device ? bootdev_data->partition : 0; in cpu_rootconf() 291 booted_device = dev; in device_register() 301 booted_device = dev; in device_register()
|
| /netbsd/src/sys/arch/bebox/bebox/ |
| D | autoconf.c | 100 booted_device ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf() 206 if (booted_device != NULL) in device_register() 224 booted_device = dev; in device_register() 238 booted_device = dev; in device_register()
|
| /netbsd/src/sys/arch/xen/x86/ |
| D | autoconf.c | 162 booted_device ? device_xname(booted_device) : in cpu_rootconf() 273 if (booted_device) { in device_register() 276 device_xname(booted_device), device_xname(dev)); in device_register() 279 booted_device = found; in device_register()
|
| /netbsd/src/sys/arch/mac68k/mac68k/ |
| D | autoconf.c | 103 booted_device ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf() 121 booted_device = NULL; in findbootdev() 153 booted_device = dv; in findbootdev()
|
| /netbsd/src/sys/arch/next68k/next68k/ |
| D | autoconf.c | 97 booted_device = NULL; /* set by device drivers (if found) */ in cpu_configure() 142 booted_device = getdevunit (rom_boot_dev, count); in cpu_rootconf() 145 (booted_device) ? device_xname(booted_device) : "<unknown>"); in cpu_rootconf()
|
| /netbsd/src/sys/arch/sun3/sun3/ |
| D | autoconf.c | 206 booted_device = NULL; in cpu_rootconf() 219 booted_device = (*find)(promname, bp->ctlrNum, bp->unitNum); in cpu_rootconf() 220 if (booted_device) { in cpu_rootconf() 221 devname = device_xname(booted_device); in cpu_rootconf() 222 if (device_class(booted_device) == DV_DISK) { in cpu_rootconf()
|