Searched refs:booted_dev (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/sys/arch/alpha/alpha/ |
| H A D | autoconf.c | 138 snprintf(bootinfo.booted_dev, sizeof(bootinfo.booted_dev), in qemu_find_rootdev() 189 if (strncasecmp(bootinfo.booted_dev, "BOOTP ", 6) != 0 && in netboot_find_rootdev_planb() 190 strncasecmp(bootinfo.booted_dev, "MOP ", 4) != 0) { in netboot_find_rootdev_planb() 195 for (i = 2; bootinfo.booted_dev[i] != '\0'; i++) { in netboot_find_rootdev_planb() 196 if (bootinfo.booted_dev[i] == '-') { in netboot_find_rootdev_planb() 197 if (parse_dec_macaddr(&bootinfo.booted_dev[i - 2], in netboot_find_rootdev_planb() 204 if (bootinfo.booted_dev[i] == '\0') { in netboot_find_rootdev_planb() 247 bootinfo.booted_dev); in cpu_rootconf() 270 memcpy(hacked_boot_dev, bootinfo.booted_dev, in parse_prom_bootdev() 271 uimin(sizeof bootinfo.booted_dev, sizeof hacked_boot_dev)); in parse_prom_bootdev()
|
| H A D | machdep.c | 377 prom_getenv(PROM_E_BOOTED_DEV, bootinfo.booted_dev, in alpha_init() 378 sizeof bootinfo.booted_dev); in alpha_init() 408 prom_getenv(PROM_E_BOOTED_DEV, bootinfo.booted_dev, in alpha_init() 409 sizeof bootinfo.booted_dev); in alpha_init()
|
| /netbsd-src/sys/arch/alpha/include/ |
| H A D | autoconf.h | 99 char booted_dev[64]; /* name of booted device */ member
|
| /netbsd-src/sys/arch/alpha/stand/boot/ |
| H A D | Makefile | 6 SRCS+= filesystem.c prom_swpal.S booted_dev.c
|
| /netbsd-src/sys/arch/alpha/stand/ustarboot/ |
| H A D | Makefile | 6 SRCS+= prom_swpal.S booted_dev.c
|
| /netbsd-src/sys/arch/sbmips/stand/boot/ |
| H A D | Makefile | 6 SRCS+= filesystem.c booted_dev.c
|
| /netbsd-src/sys/arch/evbmips/stand/sbmips/boot/ |
| H A D | Makefile | 6 SRCS+= filesystem.c booted_dev.c
|
| /netbsd-src/sys/arch/sbmips/stand/netboot/ |
| H A D | Makefile | 7 SRCS+= if_cfe.c getsecs.c booted_dev.c
|
| /netbsd-src/sys/arch/evbmips/stand/sbmips/netboot/ |
| H A D | Makefile | 7 SRCS+= if_cfe.c getsecs.c booted_dev.c
|
| /netbsd-src/sys/arch/sbmips/stand/ |
| H A D | Makefile.bootxx | 3 SRCS = start.S bootxx.c booted_dev.c blkdev.c cfe.c cfe_api.c \
|
| /netbsd-src/sys/arch/evbmips/stand/sbmips/ |
| H A D | Makefile.bootxx | 3 SRCS = start.S bootxx.c booted_dev.c blkdev.c cfe.c cfe_api.c \
|
| /netbsd-src/sys/arch/alpha/stand/ |
| H A D | Makefile.bootxx | 3 SRCS = start.S bootxx.c booted_dev.c blkdev.c prom.c prom_disp.S \
|
| /netbsd-src/sys/arch/alpha/stand/netboot/ |
| H A D | Makefile | 8 SRCS+= if_prom.c getsecs.c booted_dev.c
|