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

  /src/sys/arch/i386/stand/misc/
rawrite.c 128 int count, fdin, drive, head, track, status, spt, buflength, ns; local
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/arch/atari/dev/
hdfdreg.h 71 #define fdin 0x60 /* Digital Input Register (R) */ macro
  /src/sys/dev/isa/
fdreg.h 59 #define fdin 5 /* Digital Input Register (R) */ macro
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 4158 long fdin - tbl_unsupp # 44: fdmove
8462 # fdin(): emulates the fdmove instruction #
8498 global fdin
8499 fdin: label
fpsp.s 11488 long fdin - tbl_unsupp # 44: fdmove
12030 # fdin(): emulates the fdmove instruction #
12066 global fdin
12067 fdin: label

Completed in 44 milliseconds