Home
last modified time | relevance | path

Searched defs:out_fd (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_console_io.h74 int out_fd; member
/freebsd/contrib/mandoc/
H A Dcatman.c124 int in_fd, out_fd; in process_manpage() local
/freebsd/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c73 int c, fd = 0, on = 1, out_fd = 0, peer, reqsize = 0; in main() local
/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/crypto/heimdal/appl/push/
H A Dpush.c224 int out_fd; in doit() local
/freebsd/contrib/capsicum-test/
H A Dsyscalls.h37 inline ssize_t sendfile_(int out_fd, int in_fd, off_t *offset, size_t count) { in sendfile_()
/freebsd/contrib/wpa/src/utils/
H A Dwpa_debug.c554 int out_fd; in wpa_debug_open_file() 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/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