HomeSort by: relevance | last modified time | path
    Searched refs:fdout (Results 1 - 17 of 17) 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
fd.c 338 bus_space_write_2(iot, ioh, fdout, 0);
340 bus_space_write_2(iot, ioh, fdout, FDO_FRST);
463 bus_space_write_2(iot, ioh, fdout, drive | FDO_FRST | FDO_MOEN(drive));
482 bus_space_write_1(iot, ioh, fdout, FDO_FRST);
710 bus_space_write_2(fdc->sc_iot, fdc->sc_ioh, fdout, status);
  /src/sys/arch/x68k/dev/
fdreg.h 44 #define fdout 2 /* Digital Output Register (W) */ macro
fd.c 946 bus_space_write_1(fdc->sc_iot, fdc->sc_ioh, fdout,
948 bus_space_write_1(fdc->sc_iot, fdc->sc_ioh, fdout, 0x40);
990 bus_space_write_1(fdc->sc_iot, fdc->sc_ioh, fdout,
992 bus_space_write_1(fdc->sc_iot, fdc->sc_ioh, fdout, 0);
1856 bus_space_write_1(fdc->sc_iot, fdc->sc_ioh, fdout, 0x20 | (1 << unit));
1858 bus_space_write_1(fdc->sc_iot, fdc->sc_ioh, fdout, 0x20);
  /src/sys/dev/isa/
fdreg.h 42 #define fdout 0 /* Digital Output Register (W) */ macro
fdc_isa.c 157 bus_space_write_1(iot, ioh, fdout, 0);
159 bus_space_write_1(iot, ioh, fdout, FDO_FRST);
fd.c 416 bus_space_write_1(iot, ioh, fdout, 0);
418 bus_space_write_1(iot, ioh, fdout, FDO_FRST);
513 bus_space_write_1(iot, ioh, fdout, drive | FDO_FRST | FDO_MOEN(drive));
539 bus_space_write_1(iot, ioh, fdout, FDO_FRST);
845 bus_space_write_1(fdc->sc_iot, fdc->sc_ioh, fdout, status);
  /src/sys/arch/atari/dev/
hdfdreg.h 56 #define fdout 0x40 /* Digital Output Register (W) */ macro
hdfd.c 369 wrt_fdc_reg(fdout, 0);
371 wrt_fdc_reg(fdout, FDO_FRST);
491 wrt_fdc_reg(fdout, drive | FDO_FRST | FDO_MOEN(drive));
516 wrt_fdc_reg(fdout, FDO_FRST);
750 wrt_fdc_reg(fdout, status);
  /src/sys/arch/atari/isa/
fdcisa.c 155 bus_space_write_1(iot, ioh, fdout, 0);
157 bus_space_write_1(iot, ioh, fdout, FDO_FRST);
  /src/lib/libedit/
el.c 72 int fdin, int fdout, int fderr, int flags)
84 el->el_outfd = fdout;
122 int fdin, int fdout, int fderr)
124 return el_init_internal(prog, fin, fout, ferr, fdin, fdout, fderr, 0);
  /src/sbin/ldconfig/
ldconfig.c 470 goto fdout;
475 goto fdout;
479 goto fdout;
483 goto fdout;
504 fdout:
  /src/usr.bin/gzip/
unlz.c 321 lz_create(struct lz_decoder *lz, int fin, int fdout, int dict_size)
329 lz->fout = fdopen(dup(fdout), "w");
540 lz_decode(int fin, int fdout, unsigned dict_size, off_t *insize)
545 if (lz_create(&lz, fin, fdout, dict_size) == -1)
  /src/sys/net/
if_gre.c 435 gre_socreate(struct gre_softc *sc, const struct gre_soparm *sp, int *fdout)
490 *fdout = fd;
  /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/kern/
uipc_socket.c 582 * => On success, write file descriptor to *fdout and *fpp and return zero.
583 * => On failure, return non-zero; *fdout and *fpp will be undefined.
586 fsocreate(int domain, struct socket **sop, int type, int proto, int *fdout,
619 *fdout = fd;

Completed in 71 milliseconds