/src/sys/dev/isa/ |
fdvar.h | 44 int steprate; /* step rate and head unload time */ member in struct:fd_type
|
/src/sys/arch/arc/jazz/ |
fd.c | 116 int steprate; /* step rate and head unload time */ member in struct:fd_type 844 out_fdc(iot, ioh, fd->sc_type->steprate);
|
/src/sys/sys/ |
disklabel_rdb.h | 69 uint32_t steprate; /* driver step rate in ?s */ member in struct:rdblock
|
/src/sys/arch/atari/dev/ |
hdfd.c | 222 int steprate; /* step rate and head unload time */ member in struct:fd_type 1017 out_fdc(fd->sc_type->steprate);
|
/src/sys/arch/acorn32/mainbus/ |
fd.c | 193 int steprate; /* step rate and head unload time */ member in struct:fd_type 987 out_fdc(iot, ioh, fd->sc_type->steprate);
|
/src/sys/arch/sparc64/dev/ |
fdc.c | 272 int steprate; /* step rate and head unload time */ member in struct:fd_type 978 fdc_wrfifo(fdc, type->steprate); 1721 FDC_WRFIFO(fdc, fd->sc_type->steprate);
|
/src/sys/arch/sparc/dev/ |
fd.c | 240 int steprate; /* step rate and head unload time */ member in struct:fd_type 807 fdc_wrfifo(fdc, type->steprate); 1538 FDC_WRFIFO(fdc, fd->sc_type->steprate);
|
/src/sys/arch/x68k/dev/ |
fd.c | 184 int steprate; /* step rate and head unload time */ member in struct:fd_type
|
/src/sys/arch/sun3/dev/ |
fd.c | 206 int steprate; /* step rate and head unload time */ member in struct:fd_type 610 OUT_FDC(fdc, type->steprate); 1252 OUT_FDC(fdc, fd->sc_type->steprate, SEEKTIMEDOUT);
|