HomeSort by relevance Sort by last modified time
    Searched refs:syscall (Results 501 - 525 of 984) sorted by null

<<21222324252627282930>>

  /external/valgrind/main/exp-bbv/tests/x86/
million.S 19 # syscall numbers in /usr/include/sys/syscall.h on OSX
26 inc %eax # put exit syscall number (1) in eax
31 inc %eax # put exit syscall number (1) in eax
  /external/valgrind/main/memcheck/tests/
sigprocmask.c 4 #include <sys/syscall.h>
35 syscall(__NR_sigprocmask, SIG_SETMASK, os, NULL);
43 syscall(__NR_sigprocmask, SIG_BLOCK, s, os);
51 syscall(__NR_sigprocmask, SIG_BLOCK, s, os);
  /external/strace/test/
threaded_execve.c 50 #include <sys/syscall.h>
65 #define syscall_tgkill(pid, tid, sig) syscall(__NR_tgkill, (pid), (tid), (sig))
66 #define syscall_getpid() syscall(__NR_getpid)
67 #define syscall_gettid() syscall(__NR_gettid)
68 #define syscall_exit(v) syscall(__NR_exit, (v));
123 case 1: for(;;) pause(); /* leader is in syscall */
x32_mmap.c 18 #include <sys/syscall.h>
28 long r = syscall(
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
sigsys_handlers.cc 64 __FILE__":**CRASHING**:" SECCOMP_MESSAGE_COMMON_CONTENT " in syscall ";
76 uint32_t syscall = args.nr; local
77 if (syscall >= 1024)
78 syscall = 0;
79 PrintSyscallError(syscall);
86 syscall |= ((args.args[0] & 0xffUL) << 12);
87 syscall |= ((args.args[1] & 0xffUL) << 20);
88 // Purposefully dereference the syscall as an address so it'll show up very
90 volatile char* addr = reinterpret_cast<volatile char*>(syscall);
92 // In case we hit a mapped address, hit the null page with just the syscall,
    [all...]
  /bionic/libc/arch-arm/bionic/
syscall.S 31 ENTRY(syscall) function
51 END(syscall)
  /development/ndk/platforms/android-3/include/sys/
wait.h 36 #include <sys/syscall.h>
55 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);
  /development/ndk/sources/android/libportable/arch-mips/
inotify.c 33 extern int syscall(int, ...);
74 rv = syscall(__NR_inotify_init1, native_flags);
timerfd.c 33 extern int syscall(int, ...);
71 rv = REAL(syscall)(__NR_timerfd_create, clockid, native_flags);
  /external/valgrind/main/memcheck/tests/darwin/
scalar.h 13 extern int syscall (int __sysno, ...);
15 // Thorough syscall scalar arg checking. Also serves as thorough checking
16 // for (very) basic syscall use. Generally not trying to do anything
31 #define SY(__NR_xxx, args...) res = syscall(__NR_xxx, ##args);
  /external/valgrind/main/memcheck/tests/linux/
brk.c 3 #include <sys/syscall.h>
30 res = (void*)syscall(__NR_brk, vals[i]);
sigqueue.c 8 #include <syscall.h>
32 syscall(__NR_rt_sigqueueinfo, getpid(), SIGWINCH, si);
  /hardware/intel/common/libva/va/drm/
va_drm_auth.c 32 # include <sys/syscall.h>
42 return syscall(SYS_gettid) == tid;
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
wait.h 36 #include <sys/syscall.h>
55 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
wait.h 36 #include <sys/syscall.h>
55 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
wait.h 36 #include <sys/syscall.h>
55 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
wait.h 36 #include <sys/syscall.h>
55 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);
  /bionic/libc/arch-mips/syscalls/
_exit.S 9 syscall
fstat64.S 9 syscall
fstatat64.S 9 syscall
  /external/chromium_org/sandbox/linux/seccomp-bpf/
bpf_tests_unittest.cc 9 #include <sys/syscall.h>
79 my_pid_ = syscall(__NR_getpid);
84 BPF_ASSERT_EQ(my_pid_, syscall(__NR_getpid));
94 BPF_ASSERT_EQ(my_pid_, syscall(__NR_getpid));
  /bionic/libc/arch-x86/bionic/
syscall.S 2 * Generic syscall call.
15 ENTRY(syscall) function
23 # (Not all will be valid, depending on the syscall.)
50 END(syscall)
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_futex.cc 7 #include <sys/syscall.h>
40 // futex syscall takes relative timeout, but the ABI for IRT's
57 syscall(SYS_futex, addr, FUTEX_WAIT_PRIVATE, value, timeout_ptr, 0, 0));
62 syscall(SYS_futex, addr, FUTEX_WAKE_PRIVATE, nwake, 0, 0, 0), count);
  /external/qemu/util/
compatfd.c 16 // This is necessary to be able to include <sys/syscall.h> on Linux.
24 #include <sys/syscall.h>
106 ret = syscall(SYS_signalfd, -1, mask, _NSIG / 8);
124 fd = syscall(SYS_signalfd, -1, &mask, _NSIG / 8);
  /external/valgrind/main/coregrind/m_syswrap/
syscall-mips64-linux.S 3 /*--- Support for doing system calls. syscall-mips64-linux.S ---*/
39 Perform a syscall for the client. This will run a syscall
42 The structure of this function is such that, if the syscall is
45 the syscall by examining the value of PC in the signal
47 thing to precisely emulate the kernel's signal/syscall
50 The syscall number is taken from the argument, even though it
51 should also be in regs->v0. The syscall result is written
87 syscall
92 /* Actually do the client syscall */
    [all...]

Completed in 820 milliseconds

<<21222324252627282930>>