Home
last modified time | relevance | path

Searched refs:booted_dev (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/arch/alpha/alpha/
H A Dautoconf.c138 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 Dmachdep.c377 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 Dautoconf.h99 char booted_dev[64]; /* name of booted device */ member
/netbsd-src/sys/arch/alpha/stand/boot/
H A DMakefile6 SRCS+= filesystem.c prom_swpal.S booted_dev.c
/netbsd-src/sys/arch/alpha/stand/ustarboot/
H A DMakefile6 SRCS+= prom_swpal.S booted_dev.c
/netbsd-src/sys/arch/sbmips/stand/boot/
H A DMakefile6 SRCS+= filesystem.c booted_dev.c
/netbsd-src/sys/arch/evbmips/stand/sbmips/boot/
H A DMakefile6 SRCS+= filesystem.c booted_dev.c
/netbsd-src/sys/arch/sbmips/stand/netboot/
H A DMakefile7 SRCS+= if_cfe.c getsecs.c booted_dev.c
/netbsd-src/sys/arch/evbmips/stand/sbmips/netboot/
H A DMakefile7 SRCS+= if_cfe.c getsecs.c booted_dev.c
/netbsd-src/sys/arch/sbmips/stand/
H A DMakefile.bootxx3 SRCS = start.S bootxx.c booted_dev.c blkdev.c cfe.c cfe_api.c \
/netbsd-src/sys/arch/evbmips/stand/sbmips/
H A DMakefile.bootxx3 SRCS = start.S bootxx.c booted_dev.c blkdev.c cfe.c cfe_api.c \
/netbsd-src/sys/arch/alpha/stand/
H A DMakefile.bootxx3 SRCS = start.S bootxx.c booted_dev.c blkdev.c prom.c prom_disp.S \
/netbsd-src/sys/arch/alpha/stand/netboot/
H A DMakefile8 SRCS+= if_prom.c getsecs.c booted_dev.c