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

  /src/sys/arch/ews4800mips/stand/common/
coffhdrfix.c 83 int fd, fdout, fileoff, i; local in function:main
118 if ((fdout = open(argp[2], O_CREAT | O_TRUNC | O_RDWR, 0644)) < 0) {
124 write(fdout, buf, fileoff);
127 write(fdout, buf, i);
129 close(fdout);
  /src/sys/arch/acorn32/mainbus/
fdreg.h 43 #define fdout 2 /* Digital Output Register (W) */ macro
  /src/sys/arch/x68k/dev/
fdreg.h 44 #define fdout 2 /* Digital Output Register (W) */ macro
  /src/sys/dev/isa/
fdreg.h 42 #define fdout 0 /* Digital Output Register (W) */ macro
  /src/sys/arch/atari/dev/
hdfdreg.h 56 #define fdout 0x40 /* Digital Output Register (W) */ macro

Completed in 85 milliseconds