OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_sync
(Results
51 - 75
of
160
) sorted by null
1
2
3
4
5
6
7
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h
370
#define
__NR_sync
162
371
__SYSCALL(
__NR_sync
, sys_sync)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h
238
#define
__NR_sync
81
239
__SYSCALL(
__NR_sync
, sys_sync)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h
250
#define
__NR_sync
81
251
__SYSCALL(
__NR_sync
, sys_sync)
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h
224
#define
__NR_sync
162
unistd_x32.h
201
#define
__NR_sync
(__X32_SYSCALL_BIT + 162)
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h
224
#define
__NR_sync
162
unistd_x32.h
201
#define
__NR_sync
(__X32_SYSCALL_BIT + 162)
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h
224
#define
__NR_sync
162
unistd_x32.h
201
#define
__NR_sync
(__X32_SYSCALL_BIT + 162)
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h
224
#define
__NR_sync
162
unistd_x32.h
201
#define
__NR_sync
(__X32_SYSCALL_BIT + 162)
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/
unistd_64.h
224
#define
__NR_sync
162
unistd_x32.h
201
#define
__NR_sync
(__X32_SYSCALL_BIT + 162)
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm/
unistd_64.h
224
#define
__NR_sync
162
unistd_x32.h
201
#define
__NR_sync
(__X32_SYSCALL_BIT + 162)
/bionic/libc/kernel/uapi/asm-arm/asm/
unistd.h
60
#define
__NR_sync
(__NR_SYSCALL_BASE + 36)
/bionic/libc/kernel/uapi/asm-generic/
unistd.h
141
#define
__NR_sync
81
/bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h
70
#define
__NR_sync
(__NR_Linux + 36)
677
#define
__NR_sync
(__NR_Linux + 157)
[
all
...]
/bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h
66
#define
__NR_sync
36
/development/ndk/platforms/android-21/arch-arm/include/asm/
unistd.h
60
#define
__NR_sync
(__NR_SYSCALL_BASE+ 36)
/development/ndk/platforms/android-21/arch-mips/include/asm/
unistd.h
70
#define
__NR_sync
(__NR_Linux + 36)
666
#define
__NR_sync
(__NR_Linux + 157)
[
all
...]
/development/ndk/platforms/android-21/arch-mips64/include/asm/
unistd.h
70
#define
__NR_sync
(__NR_Linux + 36)
666
#define
__NR_sync
(__NR_Linux + 157)
[
all
...]
/development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_32.h
66
#define
__NR_sync
36
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_32.h
66
#define
__NR_sync
36
/development/ndk/platforms/android-21/include/asm-generic/
unistd.h
140
#define
__NR_sync
81
Completed in 358 milliseconds
1
2
3
4
5
6
7