| /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/lib/libedit/ |
| el.c | 74 int fdin, int fdout, int fderr, int flags) 85 el->el_infd = fdin; 126 int fdin, int fdout, int fderr) 128 return el_init_internal(prog, fin, fout, ferr, fdin, fdout, fderr, 0);
|
| /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
| linux_syscall_hooks.h | 1684 #define __sanitizer_syscall_pre_tee(fdin, fdout, len, flags) \ 1685 __sanitizer_syscall_pre_impl_tee((long)(fdin), (long)(fdout), (long)(len), \ 1687 #define __sanitizer_syscall_post_tee(res, fdin, fdout, len, flags) \ 1688 __sanitizer_syscall_post_impl_tee(res, (long)(fdin), (long)(fdout), \ 2969 void __sanitizer_syscall_pre_impl_tee(long fdin, long fdout, long len, 2971 void __sanitizer_syscall_post_impl_tee(long res, long fdin, long fdout,
|
| /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
|