Searched refs:fdout (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/dev/fdc/
H A Dfdcvar.h53 int fdout; /* mirror of the w/o digital output reg */ member in struct:fdc_data
H A Dfdc.c519 fdout_wr(fdc, fdc->fdout & ~(FDO_FRST|FDO_FDMAEN));
522 fdout_wr(fdc, fdc->fdout & ~FDO_FDMAEN);
525 fdout_wr(fdc, fdc->fdout);
629 fdc->fdout &= ~FDO_FDSEL;
630 fdc->fdout |= FDO_FDMAEN | FDO_FRST | fd->fdsu;
631 fdout_wr(fdc, fdc->fdout);
668 fdc->fdout |= (FDO_MOEN0 << fd->fdsu);
673 fdc->fdout &= ~(FDO_MOEN0 << fd->fdsu);
675 fdout_wr(fdc, fdc->fdout);
1838 /* reset controller, turn motor off, clear fdout mirro
[all...]
/freebsd-13-stable/contrib/libedit/
H A Del.c72 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);
71 el_init_internal(const char *prog, FILE *fin, FILE *fout, FILE *ferr, int fdin, int fdout, int fderr, int flags) argument
121 el_init_fd(const char *prog, FILE *fin, FILE *fout, FILE *ferr, int fdin, int fdout, int fderr) argument
/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Dfs.c220 do_mkstemp(char *tmpl, int *fdout) argument
226 *fdout = mkstemp(tmpl);
227 if (*fdout == -1)
821 atf_fs_mkstemp(atf_fs_path_t *p, int *fdout) argument
841 *fdout = fd;
/freebsd-13-stable/usr.bin/gzip/
H A Dunlz.c323 lz_create(struct lz_decoder *lz, int fin, int fdout, int dict_size) argument
331 lz->fout = fdopen(dup(fdout), "w");
542 lz_decode(int fin, int fdout, unsigned dict_size, off_t *insize) argument
547 if (lz_create(&lz, fin, fdout, dict_size) == -1)
/freebsd-13-stable/crypto/heimdal/appl/rcp/
H A Drcp.c54 int do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout);
714 do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout) argument
785 *fdout = pin[1];
/freebsd-13-stable/crypto/openssh/
H A Dscp.c128 int do_cmd(char *host, char *remuser, int port, char *cmd, int *fdin, int *fdout);
129 int do_cmd2(char *host, char *remuser, int port, char *cmd, int fdin, int fdout);
239 do_cmd(char *host, char *remuser, int port, char *cmd, int *fdin, int *fdout) argument
305 *fdout = pin[1];
320 do_cmd2(char *host, char *remuser, int port, char *cmd, int fdin, int fdout) argument
338 dup2(fdout, 1);
H A Dsession.c550 * handle the case that fdin and fdout are the same.
567 int fdout, ptyfd, ttyfd, ptymaster; local
582 if ((fdout = dup(ptyfd)) < 0) {
593 close(fdout);
601 close(fdout);
609 close(fdout);
656 session_set_fds(ssh, s, ptyfd, fdout, -1, 1, 1);
2262 int fdin, int fdout, int fderr, int ignore_fderr, int is_tty)
2271 fdout, fdin, fderr,
2261 session_set_fds(struct ssh *ssh, Session *s, int fdin, int fdout, int fderr, int ignore_fderr, int is_tty) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1683 #define __sanitizer_syscall_pre_tee(fdin, fdout, len, flags) \
1684 __sanitizer_syscall_pre_impl_tee((long)(fdin), (long)(fdout), (long)(len), \
1686 #define __sanitizer_syscall_post_tee(res, fdin, fdout, len, flags) \
1687 __sanitizer_syscall_post_impl_tee(res, (long)(fdin), (long)(fdout), \
2970 void __sanitizer_syscall_pre_impl_tee(long fdin, long fdout, long len,
2972 void __sanitizer_syscall_post_impl_tee(long res, long fdin, long fdout,
/freebsd-13-stable/sys/kern/
H A Dvfs_syscalls.c1903 goto fdout;
1936 goto fdout;
1961 fdout:
3869 goto fdout;
3912 goto fdout;
3927 fdout:

Completed in 202 milliseconds