HomeSort by: relevance | last modified time | path
    Searched refs:bootunit (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/mmeye/mmeye/
autoconf.c 45 static int bootunit; variable in typeref:typename:int
97 if (device_unit(dev) == bootunit)
122 bootunit = bi->bootdev[x] - '0';
  /src/sys/arch/cobalt/cobalt/
autoconf.c 44 extern int bootunit;
103 if (unit == bootunit) {
machdep.c 106 int bootunit = -1; variable in typeref:typename:int
433 bootunit = root_bstr[7] - 'a';
  /src/sys/arch/cobalt/stand/boot/
boot.c 222 int bootunit, bootpart; local in function:get_bsdbootname
243 bootunit = spec[7] - 'a';
245 if (bootunit >= 0 && bootunit < 2 &&
247 bootdev[sizeof(bootdev) - 3] = '0' + bootunit;

Completed in 13 milliseconds