Searched defs:out_fd (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_console_io.h | 74 int out_fd; member
|
/freebsd/contrib/pf/tftp-proxy/ |
H A D | tftp-proxy.c | 73 int c, fd = 0, on = 1, out_fd = 0, peer, reqsize = 0; in main() local
|
/freebsd/contrib/mandoc/ |
H A D | catman.c | 124 int in_fd, out_fd; in process_manpage() local
|
/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/crypto/heimdal/appl/push/ |
H A D | push.c | 224 int out_fd; in doit() local
|
/freebsd/contrib/capsicum-test/ |
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/contrib/wpa/src/utils/ |
H A D | wpa_debug.c | 554 int out_fd; in wpa_debug_open_file() 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/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
|