OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_swapoff
(Results
1 - 25
of
125
) sorted by null
1
2
3
4
5
/bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h
231
#define
__NR_swapoff
168
unistd_x32.h
209
#define
__NR_swapoff
(__X32_SYSCALL_BIT + 168)
/development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h
231
#define
__NR_swapoff
168
unistd_x32.h
209
#define
__NR_swapoff
(__X32_SYSCALL_BIT + 168)
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h
231
#define
__NR_swapoff
168
unistd_x32.h
209
#define
__NR_swapoff
(__X32_SYSCALL_BIT + 168)
/external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h
172
#define
__NR_swapoff
168
unistd_x32.h
154
#define
__NR_swapoff
(__X32_SYSCALL_BIT + 168)
/external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h
910
#if !defined(
__NR_swapoff
)
911
#define
__NR_swapoff
225
mips64_linux_syscalls.h
668
#if !defined(
__NR_swapoff
)
669
#define
__NR_swapoff
(__NR_Linux + 163)
x86_64_linux_syscalls.h
685
#if !defined(
__NR_swapoff
)
686
#define
__NR_swapoff
168
/external/valgrind/include/vki/
vki-scnums-amd64-linux.h
239
#define
__NR_swapoff
168
vki-scnums-arm64-linux.h
270
#define
__NR_swapoff
225
vki-scnums-mips64-linux.h
202
#define
__NR_swapoff
(__NR_Linux + 163)
vki-scnums-s390x-linux.h
124
#define
__NR_swapoff
115
vki-scnums-tilegx-linux.h
382
#define
__NR_swapoff
225
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h
386
#define
__NR_swapoff
168
387
__SYSCALL(
__NR_swapoff
, sys_swapoff)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h
589
#define
__NR_swapoff
225
590
__SYSCALL(
__NR_swapoff
, sys_swapoff)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h
619
#define
__NR_swapoff
225
620
__SYSCALL(
__NR_swapoff
, sys_swapoff)
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h
231
#define
__NR_swapoff
168
unistd_x32.h
209
#define
__NR_swapoff
(__X32_SYSCALL_BIT + 168)
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h
231
#define
__NR_swapoff
168
unistd_x32.h
209
#define
__NR_swapoff
(__X32_SYSCALL_BIT + 168)
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h
231
#define
__NR_swapoff
168
unistd_x32.h
209
#define
__NR_swapoff
(__X32_SYSCALL_BIT + 168)
Completed in 801 milliseconds
1
2
3
4
5