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);
|