HomeSort by: relevance | last modified time | path
    Searched defs:bootpart (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/sysinst/arch/prep/
md.c 184 char rawdev[100], bootpart[100], bootloader[100]; local in function:md_post_extract
199 snprintf(bootpart, 100, "/dev/r%s%c", pm->diskdev,
210 "bs=512 conv=sync", bootpart);
  /src/sys/arch/cobalt/stand/boot/
boot.c 222 int bootunit, bootpart; local in function:get_bsdbootname
244 bootpart = spec[8] - '1';
246 bootpart >= 0 && bootpart < 4) {
248 #if 0 /* bootpart is fdisk partition of Linux root */
249 bootdev[sizeof(bootdev) - 2] = 'a' + bootpart;
  /src/sys/arch/cobalt/cobalt/
machdep.c 107 int bootpart = -1; variable in typeref:typename:int
434 bootpart = root_bstr[8] - '1';

Completed in 14 milliseconds