Home
last modified time | relevance | path

Searched defs:in_fd (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_console_io.h73 int in_fd; member
/freebsd/contrib/mandoc/
H A Dcatman.c124 int in_fd, out_fd; in process_manpage() local
/freebsd/contrib/capsicum-test/
H A Dcapability-fd-pair.cc11 int in_fd = open(TmpFile("cap_sendfile_in"), O_CREAT|O_RDWR, 0644); in TEST() local
H A Dsyscalls.h37 inline ssize_t sendfile_(int out_fd, int in_fd, off_t *offset, size_t count) { in sendfile_()
/freebsd/crypto/heimdal/lib/roken/
H A Dsimple_exec.c147 int in_fd[2], out_fd[2], err_fd[2]; in pipe_execv() local
/freebsd/contrib/ofed/librdmacm/
H A Dpreload.c1153 ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count) in sendfile()
/freebsd/crypto/openssh/
H A Dclientloop.c2716 const char *term, struct termios *tiop, int in_fd, struct sshbuf *cmd, in client_session2_setup()
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h782 #define __sanitizer_syscall_pre_sendfile(out_fd, in_fd, offset, count) \ argument
785 #define __sanitizer_syscall_post_sendfile(res, out_fd, in_fd, offset, count) \ argument
788 #define __sanitizer_syscall_pre_sendfile64(out_fd, in_fd, offset, count) \ argument
791 #define __sanitizer_syscall_post_sendfile64(res, out_fd, in_fd, offset, count) \ argument