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

  /src/sys/arch/atari/dev/
fd.c 217 static int fdselect(int, int, int);
355 fdselect(first_found, 0, FLP_DD);
776 fdselect(int drive, int head, int dense) function in typeref:typename:int
781 printf("fdselect: drive=%d, head=%d, dense=%d\n", drive, head, dense);
795 panic("fdselect: unknown density code");
864 hbit = fdselect(sc->unit, head, sc->density) ? HBIT : 0;
1269 fdselect(fdsoftc->unit, 0, FLP_DD);
fd.c 217 static int fdselect(int, int, int);
355 fdselect(first_found, 0, FLP_DD);
776 fdselect(int drive, int head, int dense) function in typeref:typename:int
781 printf("fdselect: drive=%d, head=%d, dense=%d\n", drive, head, dense);
795 panic("fdselect: unknown density code");
864 hbit = fdselect(sc->unit, head, sc->density) ? HBIT : 0;
1269 fdselect(fdsoftc->unit, 0, FLP_DD);

Completed in 51 milliseconds