Home
last modified time | relevance | path

Searched refs:booted_partition (Results 1 – 25 of 55) sorted by relevance

123

/netbsd/src/sys/arch/emips/emips/
Dautoconf.c97 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/
Dautoconf.c97 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/
Dautoconf.c207 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/
Dautoconf.c338 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/
Dinit_main.c908 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/
Dautoconf.c117 booted_partition = B_X68K_SCSI_PART(bootdev); in findroot()
128 booted_partition = part; in findroot()
/netbsd/src/sys/arch/pmax/pmax/
Dautoconf.c104 booted_slot = booted_unit = booted_partition = 0; in makebootdev()
119 booted_partition = *cp - '0'; in makebootdev()
/netbsd/src/sys/arch/zaurus/zaurus/
Dautoconf.c163 booted_partition = biv->devname[len + 1] - 'a'; in findroot()
201 booted_partition = bid->partition; in findroot()
/netbsd/src/sys/arch/x86/x86/
Dx86_autoconf.c374 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/
Dautoconf.c58 setroot(booted_device, booted_partition); in cpu_rootconf()
/netbsd/src/sys/arch/amigappc/amigappc/
Dautoconf.c298 booted_partition = i; in findroot()
359 booted_partition = 0; in findroot()
/netbsd/src/sys/arch/mvmeppc/mvmeppc/
Dautoconf.c116 booted_partition = part; in findroot()
/netbsd/src/sys/arch/evbmips/malta/
Dautoconf.c105 booted_partition = 0; in findroot()
/netbsd/src/sys/arch/evbmips/rmixl/
Dautoconf.c107 booted_partition = 0; in findroot()
/netbsd/src/sys/arch/news68k/news68k/
Dautoconf.c150 booted_partition = part; in findroot()
/netbsd/src/sys/arch/newsmips/newsmips/
Dautoconf.c153 booted_partition = part; in findroot()
/netbsd/src/sys/arch/evbppc/pmppc/
Dautoconf.c118 booted_partition = part; in findroot()
/netbsd/src/sys/arch/cobalt/cobalt/
Dautoconf.c111 booted_partition = 0; in device_register()
/netbsd/src/sys/arch/hpcmips/hpcmips/
Dautoconf.c130 booted_partition = part; in get_device()
/netbsd/src/sys/arch/evbmips/gdium/
Dautoconf.c105 booted_partition = 0; in findroot()
/netbsd/src/sys/arch/ews4800mips/ews4800mips/
Dautoconf.c116 booted_partition = partition; in cpu_rootconf()
/netbsd/src/sys/arch/mipsco/mipsco/
Dautoconf.c104 findroot(&booted_device, &booted_partition); in cpu_rootconf()
/netbsd/src/sys/arch/mmeye/mmeye/
Dautoconf.c123 booted_partition = bi->bootdev[p] - 'a'; in findroot()
/netbsd/src/sys/arch/evbmips/loongson/
Dautoconf.c117 booted_partition = 0; in findroot()
/netbsd/src/sys/arch/xen/xen/
Dxen_machdep.c554 booted_partition = toupper( in xen_bootconf()
556 DPRINTF(("%s: booted_partition: %d\n", __func__, booted_partition)); in xen_bootconf()

123