Home
last modified time | relevance | path

Searched refs:bootpart (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/arch/mvme68k/mvme68k/
H A Dautoconf.c102 if (bootpart) in cpu_rootconf()
103 printf(" (partition %d)\n", bootpart); in cpu_rootconf()
107 booted_partition = bootpart; in cpu_rootconf()
H A Dlocore.s112 movl %sp@(20),%d3 | get bootpart
115 RELOC(bootpart,%a0)
116 movl %d3, %a0@ | save bootpart
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dboot.c222 int bootunit, bootpart; in get_bsdbootname() local
244 bootpart = spec[8] - '1'; in get_bsdbootname()
246 bootpart >= 0 && bootpart < 4) { in get_bsdbootname()
249 bootdev[sizeof(bootdev) - 2] = 'a' + bootpart; in get_bsdbootname()
/netbsd-src/usr.sbin/sysinst/arch/prep/
H A Dmd.c184 char rawdev[100], bootpart[100], bootloader[100]; in md_post_extract() local
199 snprintf(bootpart, 100, "/dev/r%s%c", pm->diskdev, in md_post_extract()
210 "bs=512 conv=sync", bootpart); in md_post_extract()
/netbsd-src/sys/arch/mvme68k/include/
H A Dautoconf.h38 extern int bootpart; /* boot partition (disk) */
/netbsd-src/sys/arch/evbcf/include/
H A Dautoconf.h38 extern int bootpart; /* boot partition (disk) */
/netbsd-src/sys/arch/cobalt/cobalt/
H A Dautoconf.c45 extern int bootpart;
H A Dmachdep.c107 int bootpart = -1; variable
434 bootpart = root_bstr[8] - '1'; in decode_bootstring()