Home
last modified time | relevance | path

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

12

/external/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile03.c64 int in_fd, out_fd; variable
75 int in_fd; member
Dsendfile08.c46 static int in_fd; variable
Dsendfile07.c65 int in_fd, out_fd = 0, ignored_fd = 0; variable
Dsendfile06.c68 int in_fd, out_fd; in do_sendfile() local
Dsendfile09.c65 static int in_fd; variable
Dsendfile05.c84 int in_fd; in do_sendfile() local
Dsendfile04.c103 int in_fd; in do_sendfile() local
Dsendfile02.c100 int in_fd; in do_sendfile() local
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
Ddecorate_proc_maps.cpp15 bool CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd()
/external/llvm-project/compiler-rt/test/hwasan/TestCases/Linux/
Ddecorate-proc-maps.c30 void CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd()
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Ddecorate_proc_maps.cc12 bool CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd()
/external/virglrenderer/vtest/
Dvtest_server.c59 int in_fd; member
287 static int vtest_server_add_client(int in_fd, int out_fd) in vtest_server_add_client()
308 int in_fd; in vtest_server_open_read_file() local
/external/perfetto/src/perfetto_cmd/
Drate_limiter.cc205 base::ScopedFile in_fd(base::OpenFile(GetStateFilePath(), O_RDONLY)); in LoadState() local
/external/libchrome/base/memory/
Dplatform_shared_memory_region_posix.cc63 ScopedFDPair::ScopedFDPair(ScopedFD in_fd, ScopedFD in_readonly_fd) in ScopedFDPair()
/external/strace/tests-m32/
Dread-write.c118 int in_fd = err_desc ? 5 : 0; in test_dump() local
/external/strace/tests/
Dread-write.c118 int in_fd = err_desc ? 5 : 0; in test_dump() local
/external/strace/tests-mx32/
Dread-write.c118 int in_fd = err_desc ? 5 : 0; in test_dump() local
/external/bcc/tests/cc/
Dtest_c_api.cc136 int in_fd, out_fd; in mntns_func() local
/external/arm-trusted-firmware/tools/marvell/doimage/
Ddoimage.c918 FILE *in_fd; in format_sec_ext() local
1368 FILE *in_fd; in format_bin_ext() local
1584 FILE *in_fd = NULL; in main() local
/external/linux-kselftest/tools/testing/selftests/exec/
Dexecveat.c140 int in_fd = open_or_die(src, O_RDONLY); in exe_cp() local
/external/toybox/toys/other/
Dbzcat.c84 int in_fd, inbufCount, inbufPos; member
/external/openssh/
Dclientloop.c2278 const char *term, struct termios *tiop, int in_fd, struct sshbuf *cmd, in client_session2_setup()
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5257 int in_fd; in os_sendfile() local
5351 int in_fd; in os_sendfile() local
5456 int in_fd; in os_sendfile() local
5526 int in_fd; in os__fcopyfile() local
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h783 #define __sanitizer_syscall_pre_sendfile(out_fd, in_fd, offset, count) \ argument
786 #define __sanitizer_syscall_post_sendfile(res, out_fd, in_fd, offset, count) \ argument
789 #define __sanitizer_syscall_pre_sendfile64(out_fd, in_fd, offset, count) \ argument
792 #define __sanitizer_syscall_post_sendfile64(res, out_fd, in_fd, offset, count) \ argument
/external/llvm-project/compiler-rt/include/sanitizer/
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

12