HomeSort by relevance Sort by last modified time
    Searched refs:fd_in (Results 1 - 25 of 47) sorted by null

1 2

  /external/ltp/include/lapi/
tee.h 27 ssize_t tee(int fd_in, int fd_out, size_t len, unsigned int flags)
29 return ltp_syscall(__NR_tee, fd_in, fd_out, len, flags);
splice.h 28 ssize_t splice(int fd_in, loff_t *off_in, int fd_out,
31 return ltp_syscall(__NR_splice, fd_in, off_in,
  /external/strace/tests/
tee.c 41 const long int fd_in = (long int) 0xdeadbeefffffffffULL; local
46 long rc = syscall(__NR_tee, fd_in, fd_out, len, flags);
48 (int) fd_in, (int) fd_out, len,
copy_file_range.c 43 const long int fd_in = (long int) 0xdeadbeefffffffff; local
53 fd_in, off_in, fd_out, off_out, len, flags);
56 (int) fd_in, *off_in, (int) fd_out, *off_out, len, flags,
splice.c 42 const long int fd_in = (long int) 0xdeadbeefffffffffULL; local
52 fd_in, off_in, fd_out, off_out, len, flags);
54 (int) fd_in, *off_in, (int) fd_out, *off_out, len,
  /external/strace/tests-m32/
tee.c 41 const long int fd_in = (long int) 0xdeadbeefffffffffULL; local
46 long rc = syscall(__NR_tee, fd_in, fd_out, len, flags);
48 (int) fd_in, (int) fd_out, len,
copy_file_range.c 43 const long int fd_in = (long int) 0xdeadbeefffffffff; local
53 fd_in, off_in, fd_out, off_out, len, flags);
56 (int) fd_in, *off_in, (int) fd_out, *off_out, len, flags,
splice.c 42 const long int fd_in = (long int) 0xdeadbeefffffffffULL; local
52 fd_in, off_in, fd_out, off_out, len, flags);
54 (int) fd_in, *off_in, (int) fd_out, *off_out, len,
  /external/strace/tests-mx32/
tee.c 41 const long int fd_in = (long int) 0xdeadbeefffffffffULL; local
46 long rc = syscall(__NR_tee, fd_in, fd_out, len, flags);
48 (int) fd_in, (int) fd_out, len,
copy_file_range.c 43 const long int fd_in = (long int) 0xdeadbeefffffffff; local
53 fd_in, off_in, fd_out, off_out, len, flags);
56 (int) fd_in, *off_in, (int) fd_out, *off_out, len, flags,
splice.c 42 const long int fd_in = (long int) 0xdeadbeefffffffffULL; local
52 fd_in, off_in, fd_out, off_out, len, flags);
54 (int) fd_in, *off_in, (int) fd_out, *off_out, len,
  /external/ltp/testcases/kernel/syscalls/splice/
splice01.c 48 static int fd_in, fd_out; variable
95 fd_in = SAFE_OPEN(cleanup, TESTFILE1, O_RDONLY);
99 ret = splice(fd_in, NULL, pipes[1], NULL, TEST_BLOCK_SIZE, 0);
101 tst_brkm(TBROK | TERRNO, cleanup, "splice(fd_in, pipe) failed");
107 close(fd_in);
113 fd_in = 0;
142 fd_in = SAFE_OPEN(cleanup, TESTFILE1, O_WRONLY | O_CREAT | O_TRUNC, 0777);
143 SAFE_WRITE(cleanup, 1, fd_in, buffer, TEST_BLOCK_SIZE);
144 SAFE_CLOSE(cleanup, fd_in);
145 fd_in = 0
    [all...]
  /external/ltp/testcases/kernel/syscalls/tee/
tee01.c 52 static int fd_in, fd_out; variable
101 fd_in = SAFE_OPEN(cleanup, TESTFILE1, O_RDONLY);
107 ret = splice(fd_in, NULL, pipe1[1], NULL, TEST_BLOCK_SIZE, 0);
109 tst_brkm(TBROK | TERRNO, cleanup, "splice(fd_in, pipe1) failed");
124 close(fd_in);
127 fd_in = 0;
156 fd_in = SAFE_OPEN(cleanup, TESTFILE1, O_WRONLY | O_CREAT | O_TRUNC, 0777);
157 SAFE_WRITE(cleanup, 1, fd_in, buffer, TEST_BLOCK_SIZE);
158 SAFE_CLOSE(cleanup, fd_in);
159 fd_in = 0
    [all...]
  /build/make/tools/ijar/
zip.cc 104 int fd_in; // Input file descripor member in class:devtools_ijar::InputZipFile
707 int fd_in = open(filename, O_RDONLY); local
708 if (fd_in < 0) {
712 off_t length = lseek(fd_in, 0, SEEK_END);
717 void *zipdata_in = mmap(NULL, length, PROT_READ, MAP_PRIVATE, fd_in, 0);
736 return new InputZipFile(processor, fd_in, length, offset,
743 : processor(processor), fd_in(fd),
755 close(fd_in);
    [all...]
  /external/openssh/
opacket.c 231 packet_set_connection(int fd_in, int fd_out)
233 active_state = ssh_packet_set_connection(active_state, fd_in, fd_out);
sftp-client.c 78 int fd_in; member in struct:sftp_conn
141 if (atomicio6(read, conn->fd_in, p, 4,
156 if (atomicio6(read, conn->fd_in, p, msg_len,
383 do_init(int fd_in, int fd_out, u_int transfer_buflen, u_int num_requests,
393 ret->fd_in = fd_in;
    [all...]
  /cts/tests/tests/nativehardware/jni/
AHardwareBufferTest.cpp 167 ClientData(int fd_in, JNIEnv* env_in, AHardwareBuffer* buffer_in)
168 : fd(fd_in), env(env_in), buffer(buffer_in) {}
  /external/libbrillo/brillo/dbus/
dbus_method_invoker_unittest.cc 134 dbus::FileDescriptor EchoFD(const dbus::FileDescriptor& fd_in) {
138 nullptr, fd_in);
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]

Completed in 1897 milliseconds

1 2