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

1 2

  /external/fio/os/
os-linux.h 314 static inline void make_pos_h_l(unsigned long *pos_h, unsigned long *pos_l,
319 *pos_h = 0;
322 *pos_h = ((uint64_t) offset) >> 32;
328 unsigned long pos_l, pos_h; local
330 make_pos_h_l(&pos_h, &pos_l, offset);
331 return syscall(__NR_preadv2, fd, iov, iovcnt, pos_l, pos_h, flags);
336 unsigned long pos_l, pos_h; local
338 make_pos_h_l(&pos_h, &pos_l, offset);
339 return syscall(__NR_pwritev2, fd, iov, iovcnt, pos_l, pos_h, flags);
  /external/strace/tests/
preadv2-pwritev2.c 200 const kernel_ulong_t pos_h = local
204 rc = syscall(__NR_preadv2, -1, NULL, vlen, pos_l, pos_h, 1);
219 rc = syscall(__NR_pwritev2, -1, NULL, vlen, pos_l, pos_h, 1);
  /external/strace/tests-m32/
preadv2-pwritev2.c 200 const kernel_ulong_t pos_h = local
204 rc = syscall(__NR_preadv2, -1, NULL, vlen, pos_l, pos_h, 1);
219 rc = syscall(__NR_pwritev2, -1, NULL, vlen, pos_l, pos_h, 1);
  /external/strace/tests-mx32/
preadv2-pwritev2.c 200 const kernel_ulong_t pos_h = local
204 rc = syscall(__NR_preadv2, -1, NULL, vlen, pos_l, pos_h, 1);
219 rc = syscall(__NR_pwritev2, -1, NULL, vlen, pos_l, pos_h, 1);
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]

Completed in 1879 milliseconds

1 2