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

  /src/sys/arch/i386/stand/misc/
rawrite.c 128 int count, fdin, drive, head, track, status, spt, buflength, ns; local in function:main
135 if ((fdin = open(fname, O_RDONLY)) <= 0) {
161 while ((count = read(fdin, buffer, buflength)) > 0 && !done) {
174 if (eof(fdin)) {
  /src/sys/arch/acorn32/mainbus/
fdreg.h 58 #define fdin 7 /* Digital Input Register (R) */ macro
  /src/sys/dev/isa/
fdreg.h 59 #define fdin 5 /* Digital Input Register (R) */ macro
  /src/sys/arch/atari/dev/
hdfdreg.h 71 #define fdin 0x60 /* Digital Input Register (R) */ macro

Completed in 32 milliseconds