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

  /external/fio/os/
os-linux.h 314 static inline void make_pos_h_l(unsigned long *pos_h, unsigned long *pos_l,
318 *pos_l = offset;
321 *pos_l = offset & 0xffffffff;
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 187 const kernel_ulong_t pos_l = (kernel_ulong_t) pos; local
198 rc = syscall(__NR_preadv2, -1, NULL, vlen, pos_l, 1);
201 (sizeof(pos_l) == sizeof(pos)) ?
204 rc = syscall(__NR_preadv2, -1, NULL, vlen, pos_l, pos_h, 1);
217 rc = syscall(__NR_pwritev2, -1, NULL, vlen, pos_l, 1);
219 rc = syscall(__NR_pwritev2, -1, NULL, vlen, pos_l, pos_h, 1);
  /external/strace/tests-m32/
preadv2-pwritev2.c 187 const kernel_ulong_t pos_l = (kernel_ulong_t) pos; local
198 rc = syscall(__NR_preadv2, -1, NULL, vlen, pos_l, 1);
201 (sizeof(pos_l) == sizeof(pos)) ?
204 rc = syscall(__NR_preadv2, -1, NULL, vlen, pos_l, pos_h, 1);
217 rc = syscall(__NR_pwritev2, -1, NULL, vlen, pos_l, 1);
219 rc = syscall(__NR_pwritev2, -1, NULL, vlen, pos_l, pos_h, 1);
  /external/strace/tests-mx32/
preadv2-pwritev2.c 187 const kernel_ulong_t pos_l = (kernel_ulong_t) pos; local
198 rc = syscall(__NR_preadv2, -1, NULL, vlen, pos_l, 1);
201 (sizeof(pos_l) == sizeof(pos)) ?
204 rc = syscall(__NR_preadv2, -1, NULL, vlen, pos_l, pos_h, 1);
217 rc = syscall(__NR_pwritev2, -1, NULL, vlen, pos_l, 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-3289846/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-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/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/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-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/sanitizer/
linux_syscall_hooks.h     [all...]

Completed in 1783 milliseconds