OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__NR_munlockall
(Results
51 - 75
of
84
) sorted by null
1
2
3
4
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
unistd.h
221
#define
__NR_munlockall
(__NR_Linux + 157)
651
#define
__NR_munlockall
(__NR_Linux + 149)
[
all
...]
/bionic/libc/include/sys/
glibc-syscalls.h
169
#define SYS_munlockall
__NR_munlockall
518
#define SYS_munlockall
__NR_munlockall
876
#define SYS_munlockall
__NR_munlockall
[
all
...]
/bionic/libc/kernel/arch-arm/asm/
unistd.h
189
#define
__NR_munlockall
(__NR_SYSCALL_BASE+153)
/development/ndk/platforms/android-3/arch-arm/include/asm/
unistd.h
189
#define
__NR_munlockall
(__NR_SYSCALL_BASE+153)
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_sets.cc
485
case
__NR_munlockall
:
/external/kernel-headers/original/asm-arm/
unistd.h
181
#define
__NR_munlockall
(__NR_SYSCALL_BASE+153)
/external/valgrind/main/include/vki/
vki-scnums-darwin.h
542
#define
__NR_munlockall
VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(325)
[
all
...]
vki-scnums-mips32-linux.h
197
#define
__NR_munlockall
(__NR_Linux + 157)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syscall.h
143
#define SYS_munlockall
__NR_munlockall
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h
143
#define SYS_munlockall
__NR_munlockall
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h
143
#define SYS_munlockall
__NR_munlockall
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
unistd.h
189
#define
__NR_munlockall
(__NR_SYSCALL_BASE+153)
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
unistd.h
189
#define
__NR_munlockall
(__NR_SYSCALL_BASE+153)
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
unistd.h
189
#define
__NR_munlockall
(__NR_SYSCALL_BASE+153)
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
unistd.h
189
#define
__NR_munlockall
(__NR_SYSCALL_BASE+153)
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
unistd.h
189
#define
__NR_munlockall
(__NR_SYSCALL_BASE+153)
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
unistd.h
189
#define
__NR_munlockall
(__NR_SYSCALL_BASE+153)
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/asm/
unistd.h
189
#define
__NR_munlockall
(__NR_SYSCALL_BASE+153)
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm/
unistd.h
189
#define
__NR_munlockall
(__NR_SYSCALL_BASE+153)
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm/
unistd.h
189
#define
__NR_munlockall
(__NR_SYSCALL_BASE+153)
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/
unistd.h
189
#define
__NR_munlockall
(__NR_SYSCALL_BASE+153)
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/
unistd.h
189
#define
__NR_munlockall
(__NR_SYSCALL_BASE+153)
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
unistd.h
189
#define
__NR_munlockall
(__NR_SYSCALL_BASE+153)
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
unistd.h
189
#define
__NR_munlockall
(__NR_SYSCALL_BASE+153)
/external/valgrind/main/memcheck/tests/x86-linux/
scalar.c
690
//
__NR_munlockall
153
691
GO(
__NR_munlockall
, "0s 0m");
692
SY(
__NR_munlockall
); SUCC_OR_FAILx(EPERM);
[
all
...]
Completed in 647 milliseconds
1
2
3
4