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

1 2 3

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
syscall.h 1 #include <sys/syscall.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
syscall.h 30 we scan the kernel's list and produce <bits/syscall.h> with macros for
32 # include <bits/syscall.h>
  /external/strace/strace/linux/sparc/
gen.pl 7 ($i1, $i2, $i3, $syscall, $syscall_name) = split;
9 $name[$index++] = $syscall;
14 ($i1, $n, $pr, $syscall) = split;
15 $par{$syscall} = $n;
16 $prr{$syscall} = $pr;
22 ($i1, $n, $pr, $syscall) = split;
23 $par{$syscall} = $n;
24 $prr{$syscall} = $pr;
  /external/chromium/third_party/libevent/
epoll_sub.c 31 #include <sys/syscall.h>
38 return (syscall(__NR_epoll_create, size));
45 return (syscall(__NR_epoll_ctl, epfd, op, fd, event));
51 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));
  /external/v8/src/mips/
cpu-mips.cc 30 #include <sys/syscall.h>
52 res = syscall(__NR_cacheflush, start, size, ICACHE);
  /bionic/libc/include/sys/
syscall.h 38 int syscall(int number, ...);
  /development/ndk/platforms/android-3/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /bionic/libc/arch-sh/bionic/
syscall.S 31 .type syscall, @function
32 .globl syscall
36 * Current implementation assumes that the all syscall
39 syscall: label
  /bionic/libc/arch-x86/bionic/
syscall.S 2 * Generic syscall call.
12 * and make the syscall.
18 .type syscall, @function
19 .globl syscall
22 syscall: label
  /bionic/libc/arch-arm/bionic/
syscall.S 33 .type syscall,#function
34 .globl syscall
41 syscall: label
61 syscall: label
  /external/qemu/
compatfd.c 17 #include <sys/syscall.h>
106 ret = syscall(SYS_signalfd, -1, mask, _NSIG / 8);
119 ret = syscall(SYS_eventfd, 0);
  /external/e2fsprogs/lib/ss/
pager.c 37 #include <sys/syscall.h>
53 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /bionic/libc/private/
syscommon.h 11 #include <sys/syscall.h>
  /external/e2fsprogs/lib/e2p/
fgetversion.c 56 err = syscall(SYS_fsctl, name, EXT2_IOC_GETVERSION, &ver, 0);
fsetversion.c 56 return syscall(SYS_fsctl, name, EXT2_IOC_SETVERSION, &ver, 0);
  /external/oprofile/daemon/
opd_cookie.c 16 #include <sys/syscall.h>
70 return syscall(__NR_lookup_dcookie, (unsigned long)(cookie >> 32),
77 return syscall(__NR_lookup_dcookie,
84 return syscall(__NR_lookup_dcookie, cookie, buf, size);
  /external/v8/src/arm/
cpu-arm.cc 30 #include <sys/syscall.h> // for cache flushing.
54 // syscall(__ARM_NR_cacheflush, start,
56 // however, syscall(int, ...) is not supported on all platforms, especially
57 // not when using EABI, so we call the __ARM_NR_cacheflush syscall directly.
  /external/chromium/base/
platform_thread_posix.cc 13 #include <sys/syscall.h>
37 return syscall(__NR_gettid);
  /external/e2fsprogs/lib/blkid/
llseek.c 38 #include <syscall.h>
79 retval = syscall(__NR__llseek, fd, ((unsigned long long) offset) >> 32,

Completed in 493 milliseconds

1 2 3