Searched defs:in_fd (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_console_io.h | 73 int in_fd; member
|
/freebsd/contrib/mandoc/ |
H A D | catman.c | 124 int in_fd, out_fd; in process_manpage() local
|
/freebsd/contrib/capsicum-test/ |
H A D | capability-fd-pair.cc | 11 int in_fd = open(TmpFile("cap_sendfile_in"), O_CREAT|O_RDWR, 0644); in TEST() local
|
H A D | syscalls.h | 37 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 D | simple_exec.c | 147 int in_fd[2], out_fd[2], err_fd[2]; in pipe_execv() local
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | preload.c | 1153 ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count) in sendfile()
|
/freebsd/crypto/openssh/ |
H A D | clientloop.c | 2680 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 D | linux_syscall_hooks.h | 782 #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
|