| /netbsd/src/sys/arch/emips/emips/ |
| D | autoconf.c | 97 booted_bus = booted_unit = booted_partition = 0; in makebootdev() 126 booted_partition = *cp - '0'; in makebootdev() 132 booted_bus, booted_controller, booted_unit, booted_partition); in makebootdev() 143 booted_partition); in cpu_rootconf()
|
| /netbsd/src/sys/arch/sgimips/sgimips/ |
| D | autoconf.c | 97 booted_slot = booted_unit = booted_partition = 0; in makebootdev() 124 booted_partition = in makebootdev() 125 booted_partition * 10 + *cp++ - '0'; in makebootdev() 143 booted_partition = *cp++ - '0'; in makebootdev()
|
| /netbsd/src/sys/arch/sun3/sun3/ |
| D | autoconf.c | 207 booted_partition = 0; in cpu_rootconf() 223 booted_partition = bp->partNum & 7; in cpu_rootconf() 224 partname[0] = 'a' + booted_partition; in cpu_rootconf()
|
| /netbsd/src/sys/arch/sun68k/sun68k/ |
| D | autoconf.c | 338 booted_partition = 0; in cpu_rootconf() 354 booted_partition = prom_part & 7; in cpu_rootconf() 355 partname[0] = 'a' + booted_partition; in cpu_rootconf()
|
| /netbsd/src/sys/kern/ |
| D | init_main.c | 908 KASSERT(booted_partition >= 0 in rootconf_handle_wedges() 909 && booted_partition < MAXPARTITIONS); in rootconf_handle_wedges() 911 p = &label.d_partitions[booted_partition]; in rootconf_handle_wedges() 921 booted_partition = 0; in rootconf_handle_wedges() 931 setroot(booted_device, booted_partition); in rootconf()
|
| /netbsd/src/sys/arch/x68k/x68k/ |
| D | autoconf.c | 117 booted_partition = B_X68K_SCSI_PART(bootdev); in findroot() 128 booted_partition = part; in findroot()
|
| /netbsd/src/sys/arch/pmax/pmax/ |
| D | autoconf.c | 104 booted_slot = booted_unit = booted_partition = 0; in makebootdev() 119 booted_partition = *cp - '0'; in makebootdev()
|
| /netbsd/src/sys/arch/zaurus/zaurus/ |
| D | autoconf.c | 163 booted_partition = biv->devname[len + 1] - 'a'; in findroot() 201 booted_partition = bid->partition; in findroot()
|
| /netbsd/src/sys/arch/x86/x86/ |
| D | x86_autoconf.c | 374 booted_partition = biv->devname[len + 1] - 'a'; in findroot() 426 booted_partition = bid != NULL ? bid->partition : 0; in findroot() 485 booted_partition = bid->partition; in findroot() 526 booted_partition = 0; in findroot()
|
| /netbsd/src/sys/arch/epoc32/epoc32/ |
| D | autoconf.c | 58 setroot(booted_device, booted_partition); in cpu_rootconf()
|
| /netbsd/src/sys/arch/amigappc/amigappc/ |
| D | autoconf.c | 298 booted_partition = i; in findroot() 359 booted_partition = 0; in findroot()
|
| /netbsd/src/sys/arch/mvmeppc/mvmeppc/ |
| D | autoconf.c | 116 booted_partition = part; in findroot()
|
| /netbsd/src/sys/arch/evbmips/malta/ |
| D | autoconf.c | 105 booted_partition = 0; in findroot()
|
| /netbsd/src/sys/arch/evbmips/rmixl/ |
| D | autoconf.c | 107 booted_partition = 0; in findroot()
|
| /netbsd/src/sys/arch/news68k/news68k/ |
| D | autoconf.c | 150 booted_partition = part; in findroot()
|
| /netbsd/src/sys/arch/newsmips/newsmips/ |
| D | autoconf.c | 153 booted_partition = part; in findroot()
|
| /netbsd/src/sys/arch/evbppc/pmppc/ |
| D | autoconf.c | 118 booted_partition = part; in findroot()
|
| /netbsd/src/sys/arch/cobalt/cobalt/ |
| D | autoconf.c | 111 booted_partition = 0; in device_register()
|
| /netbsd/src/sys/arch/hpcmips/hpcmips/ |
| D | autoconf.c | 130 booted_partition = part; in get_device()
|
| /netbsd/src/sys/arch/evbmips/gdium/ |
| D | autoconf.c | 105 booted_partition = 0; in findroot()
|
| /netbsd/src/sys/arch/ews4800mips/ews4800mips/ |
| D | autoconf.c | 116 booted_partition = partition; in cpu_rootconf()
|
| /netbsd/src/sys/arch/mipsco/mipsco/ |
| D | autoconf.c | 104 findroot(&booted_device, &booted_partition); in cpu_rootconf()
|
| /netbsd/src/sys/arch/mmeye/mmeye/ |
| D | autoconf.c | 123 booted_partition = bi->bootdev[p] - 'a'; in findroot()
|
| /netbsd/src/sys/arch/evbmips/loongson/ |
| D | autoconf.c | 117 booted_partition = 0; in findroot()
|
| /netbsd/src/sys/arch/xen/xen/ |
| D | xen_machdep.c | 554 booted_partition = toupper( in xen_bootconf() 556 DPRINTF(("%s: booted_partition: %d\n", __func__, booted_partition)); in xen_bootconf()
|