/external/strace/tests-mx32/ |
D | splice.c | 45 TAIL_ALLOC_OBJECT_CONST_PTR(long long int, off_out); in main() 47 *off_out = 0xdeadbef2facefed2ULL; in main() 52 fd_in, off_in, fd_out, off_out, len, flags); in main() 54 (int) fd_in, *off_in, (int) fd_out, *off_out, len, in main()
|
D | copy_file_range.c | 46 TAIL_ALLOC_OBJECT_CONST_PTR(long long int, off_out); in main() 48 *off_out = 0xdeadbef2facefed2; in main() 53 fd_in, off_in, fd_out, off_out, len, flags); in main() 56 (int) fd_in, *off_in, (int) fd_out, *off_out, len, flags, in main()
|
/external/strace/tests/ |
D | splice.c | 45 TAIL_ALLOC_OBJECT_CONST_PTR(long long int, off_out); in main() 47 *off_out = 0xdeadbef2facefed2ULL; in main() 52 fd_in, off_in, fd_out, off_out, len, flags); in main() 54 (int) fd_in, *off_in, (int) fd_out, *off_out, len, in main()
|
D | copy_file_range.c | 46 TAIL_ALLOC_OBJECT_CONST_PTR(long long int, off_out); in main() 48 *off_out = 0xdeadbef2facefed2; in main() 53 fd_in, off_in, fd_out, off_out, len, flags); in main() 56 (int) fd_in, *off_in, (int) fd_out, *off_out, len, flags, in main()
|
/external/strace/tests-m32/ |
D | splice.c | 45 TAIL_ALLOC_OBJECT_CONST_PTR(long long int, off_out); in main() 47 *off_out = 0xdeadbef2facefed2ULL; in main() 52 fd_in, off_in, fd_out, off_out, len, flags); in main() 54 (int) fd_in, *off_in, (int) fd_out, *off_out, len, in main()
|
D | copy_file_range.c | 46 TAIL_ALLOC_OBJECT_CONST_PTR(long long int, off_out); in main() 48 *off_out = 0xdeadbef2facefed2; in main() 53 fd_in, off_in, fd_out, off_out, len, flags); in main() 56 (int) fd_in, *off_in, (int) fd_out, *off_out, len, flags, in main()
|
/external/ltp/testcases/kernel/syscalls/copy_file_range/ |
D | copy_file_range01.c | 100 static void test_one(size_t len, loff_t *off_in, loff_t *off_out, char *path) in test_one() argument 117 if (off_out) { in test_one() 118 off_out_value_copy = *off_out; in test_one() 119 sprintf(str_off_out, "%ld", (long)*off_out); in test_one() 142 off_in, off_out, len); in test_one() 150 ret |= check_file_offset("(out)", fd_out, len, off_out, off_new_out); in test_one()
|
D | copy_file_range.h | 44 int fd_out, loff_t *off_out, size_t len, unsigned int flags) in sys_copy_file_range() argument 51 fd_out, off_out, len, flags); in sys_copy_file_range() 58 off_out, len, flags); in sys_copy_file_range()
|
/external/e2fsprogs/lib/ext2fs/ |
D | qcow2.c | 135 ext2_off64_t off_out, void *buf, size_t count) in qcow2_copy_data() argument 141 if (ext2fs_llseek(fdout, off_out, SEEK_SET) < 0) in qcow2_copy_data() 215 ext2_off64_t off_out; in qcow2_write_raw_image() local 241 off_out = (l1_index * img.l2_size) + in qcow2_write_raw_image() 243 off_out <<= img.cluster_bits; in qcow2_write_raw_image() 245 off_out, copy_buf, img.cluster_size); in qcow2_write_raw_image()
|
/external/ltp/include/lapi/ |
D | splice.h | 29 loff_t *off_out, size_t len, unsigned int flags) in splice() argument 32 fd_out, off_out, len, flags); in splice()
|
/external/libfuse/include/ |
D | fuse.h | 1203 struct fuse_file_info *fi_out, off_t off_out,
|
D | fuse_lowlevel.h | 1230 fuse_ino_t ino_out, off_t off_out,
|
D | fuse_kernel.h | 846 uint64_t off_out; member
|
/external/kernel-headers/original/uapi/linux/ |
D | fuse.h | 890 uint64_t off_out; member
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1668 #define __sanitizer_syscall_pre_splice(fd_in, off_in, fd_out, off_out, len, \ argument 1671 (long)(fd_out), (long)(off_out), \ 1673 #define __sanitizer_syscall_post_splice(res, fd_in, off_in, fd_out, off_out, \ argument 1676 (long)(fd_out), (long)(off_out), \ 2961 long off_out, long len, long flags); 2963 long fd_out, long off_out, long len,
|
/external/libfuse/lib/ |
D | fuse.c | 2367 struct fuse_file_info *fi_out, off_t off_out, in fuse_fs_copy_file_range() argument 2378 (unsigned long long) off_out, in fuse_fs_copy_file_range() 2382 fi_out, off_out, len, flags); in fuse_fs_copy_file_range() 4337 fuse_ino_t nodeid_out, off_t off_out, in fuse_lib_copy_file_range() argument 4362 fi_out, off_out, len, flags); in fuse_lib_copy_file_range()
|
D | fuse_lowlevel.c | 1891 arg->off_out, &fi_out, arg->len, in do_copy_file_range()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 2637 PRE_SYSCALL(splice)(long fd_in, void *off_in, long fd_out, void *off_out, 2641 void *off_out, long len, long flags) { 2644 if (off_out) POST_WRITE(off_out, sizeof(long long));
|
/external/rust/crates/libc/src/unix/uclibc/ |
D | mod.rs | 1716 off_out: *mut ::loff_t, in splice()
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2175 off_out: *mut ::loff_t, in splice()
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 2862 off_out: *mut ::loff_t, in splice()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 4379 off_out: *mut ::loff_t, in splice()
|