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

  /src/sys/arch/sparc64/dev/
fdc.c 780 int drive_attached; local in function:fdcattach
855 drive_attached = 0;
861 drive_attached = 1;
864 if (drive_attached == 0) {
  /src/sys/arch/sparc/dev/
fd.c 625 int drive_attached; local in function:fdcattach
687 drive_attached = 0;
693 drive_attached = 1;
696 if (drive_attached == 0) {

Completed in 14 milliseconds