HomeSort by: relevance | last modified time | path
    Searched refs:booted_partition (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/sys/arch/emips/emips/
autoconf.c 97 booted_bus = booted_unit = booted_partition = 0;
126 booted_partition = *cp - '0';
132 booted_bus, booted_controller, booted_unit, booted_partition);
143 booted_partition);
  /src/sys/arch/epoc32/epoc32/
autoconf.c 58 setroot(booted_device, booted_partition);
  /src/sys/arch/evbmips/malta/
autoconf.c 105 booted_partition = 0;
  /src/sys/arch/sgimips/sgimips/
autoconf.c 97 booted_slot = booted_unit = booted_partition = 0;
124 booted_partition =
125 booted_partition * 10 + *cp++ - '0';
143 booted_partition = *cp++ - '0';
  /src/sys/arch/x68k/x68k/
autoconf.c 117 booted_partition = B_X68K_SCSI_PART(bootdev);
128 booted_partition = part;
  /src/sys/arch/cobalt/cobalt/
autoconf.c 111 booted_partition = 0;
  /src/sys/arch/evbmips/gdium/
autoconf.c 105 booted_partition = 0;
  /src/sys/arch/evbmips/loongson/
autoconf.c 117 booted_partition = 0;
  /src/sys/arch/evbmips/rmixl/
autoconf.c 107 booted_partition = 0;
  /src/sys/arch/evbppc/pmppc/
autoconf.c 118 booted_partition = part;
  /src/sys/arch/ews4800mips/ews4800mips/
autoconf.c 116 booted_partition = partition;
  /src/sys/arch/hpcmips/hpcmips/
autoconf.c 130 booted_partition = part;
  /src/sys/arch/mmeye/mmeye/
autoconf.c 123 booted_partition = bi->bootdev[p] - 'a';
  /src/sys/arch/mvmeppc/mvmeppc/
autoconf.c 116 booted_partition = part;
  /src/sys/arch/news68k/news68k/
autoconf.c 150 booted_partition = part;
  /src/sys/arch/newsmips/newsmips/
autoconf.c 153 booted_partition = part;
  /src/sys/arch/evbppc/wii/
autoconf.c 105 booted_partition = 0;
  /src/sys/arch/pmax/pmax/
autoconf.c 104 booted_slot = booted_unit = booted_partition = 0;
119 booted_partition = *cp - '0';
  /src/sys/arch/zaurus/zaurus/
autoconf.c 163 booted_partition = biv->devname[len + 1] - 'a';
201 booted_partition = bid->partition;
  /src/sys/arch/ibmnws/ibmnws/
autoconf.c 119 booted_partition = part;
  /src/sys/arch/luna68k/luna68k/
autoconf.c 125 booted_partition = booted_part;
  /src/sys/arch/mipsco/mipsco/
autoconf.c 104 findroot(&booted_device, &booted_partition);
  /src/sys/arch/cats/cats/
autoconf.c 98 booted_partition = part;
  /src/sys/arch/acorn32/acorn32/
autoconf.c 106 booted_partition = part;
  /src/sys/arch/hpcarm/hpcarm/
autoconf.c 104 booted_partition = part;

Completed in 20 milliseconds

1 2 3