/external/ltp/testcases/kernel/syscalls/copy_file_range/ |
D | copy_file_range01.c | 143 static void test_one(size_t len, loff_t *off_in, loff_t *off_out) in test_one() argument 148 loff_t *off_out_ori = off_out; in test_one() 161 if (off_out) { in test_one() 162 off_out_copy = *off_out; in test_one() 163 off_out = &off_out_copy; in test_one() 164 sprintf(str_off_out, "%ld", (long)*off_out); in test_one() 178 off_out, to_copy, 0)); in test_one() 195 ret |= check_file_offset("(out)", fd_out, len, off_out_ori, off_out); in test_one()
|
/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/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/kernel-headers/original/uapi/linux/ |
D | fuse.h | 815 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/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));
|