Searched refs:bootpart (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/arch/mvme68k/mvme68k/ |
| H A D | autoconf.c | 102 if (bootpart) in cpu_rootconf() 103 printf(" (partition %d)\n", bootpart); in cpu_rootconf() 107 booted_partition = bootpart; in cpu_rootconf()
|
| H A D | locore.s | 112 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 D | boot.c | 222 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 D | md.c | 184 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 D | autoconf.h | 38 extern int bootpart; /* boot partition (disk) */
|
| /netbsd-src/sys/arch/evbcf/include/ |
| H A D | autoconf.h | 38 extern int bootpart; /* boot partition (disk) */
|
| /netbsd-src/sys/arch/cobalt/cobalt/ |
| H A D | autoconf.c | 45 extern int bootpart;
|
| H A D | machdep.c | 107 int bootpart = -1; variable 434 bootpart = root_bstr[8] - '1'; in decode_bootstring()
|