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

  /src/sys/arch/ofppc/stand/ofwboot/
ofdev.c 188 int floppyboot; variable in typeref:typename:int
243 floppyboot = !strcmp(buf, "floppy");
ofdev.c 188 int floppyboot; variable in typeref:typename:int
243 floppyboot = !strcmp(buf, "floppy");
  /src/sys/arch/shark/stand/ofwboot/
ofdev.c 171 int floppyboot; variable in typeref:typename:int
288 floppyboot = !strcmp(buf, "floppy");
ofdev.c 171 int floppyboot; variable in typeref:typename:int
288 floppyboot = !strcmp(buf, "floppy");
  /src/sys/arch/macppc/stand/ofwboot/
boot.c 98 bool floppyboot; variable in typeref:typename:bool
303 floppyboot = is_floppyboot(kernels[i], bootdev);
306 floppyboot ? " (floppyboot)" : "");
309 if (floppyboot)
boot.c 98 bool floppyboot; variable in typeref:typename:bool
303 floppyboot = is_floppyboot(kernels[i], bootdev);
306 floppyboot ? " (floppyboot)" : "");
309 if (floppyboot)
  /src/sys/arch/sparc/stand/ofwboot/
ofdev.c 222 int floppyboot; variable in typeref:typename:int
477 floppyboot = !strcmp(b.buf, "floppy");
ofdev.c 222 int floppyboot; variable in typeref:typename:int
477 floppyboot = !strcmp(b.buf, "floppy");

Completed in 28 milliseconds