OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_inotify_init1
(Results
1 - 25
of
44
) sorted by null
1
2
/external/chromium_org/sandbox/linux/services/
x86_64_linux_syscalls.h
1189
#if !defined(
__NR_inotify_init1
)
1190
#define
__NR_inotify_init1
294
arm_linux_syscalls.h
1278
#if !defined(
__NR_inotify_init1
)
1279
#define
__NR_inotify_init1
(__NR_SYSCALL_BASE+360)
x86_32_linux_syscalls.h
1325
#if !defined(
__NR_inotify_init1
)
1326
#define
__NR_inotify_init1
332
/external/valgrind/main/include/vki/
vki-scnums-amd64-linux.h
378
#define
__NR_inotify_init1
294
vki-scnums-s390x-linux.h
292
#define
__NR_inotify_init1
324
vki-scnums-arm-linux.h
399
#define
__NR_inotify_init1
360
vki-scnums-mips32-linux.h
369
#define
__NR_inotify_init1
(__NR_Linux + 329)
vki-scnums-ppc32-linux.h
363
#define
__NR_inotify_init1
318
vki-scnums-ppc64-linux.h
355
#define
__NR_inotify_init1
318
vki-scnums-x86-linux.h
369
#define
__NR_inotify_init1
332
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_64.h
655
#define
__NR_inotify_init1
294
656
__SYSCALL(
__NR_inotify_init1
, sys_inotify_init1)
/bionic/libc/kernel/arch-arm/asm/
unistd.h
439
#define
__NR_inotify_init1
(__NR_SYSCALL_BASE+360)
/bionic/libc/kernel/arch-mips/asm/
unistd.h
435
#define
__NR_inotify_init1
(__NR_Linux + 329)
[
all
...]
/bionic/libc/kernel/arch-x86/asm/
unistd_32.h
432
#define
__NR_inotify_init1
332
/development/ndk/platforms/android-3/arch-arm/include/asm/
unistd.h
439
#define
__NR_inotify_init1
(__NR_SYSCALL_BASE+360)
/development/ndk/platforms/android-9/arch-mips/include/asm/
unistd.h
435
#define
__NR_inotify_init1
(__NR_Linux + 329)
[
all
...]
/development/ndk/platforms/android-9/arch-x86/include/asm/
unistd_32.h
432
#define
__NR_inotify_init1
332
/external/kernel-headers/original/asm-arm/
unistd.h
389
#define
__NR_inotify_init1
(__NR_SYSCALL_BASE+360)
/external/kernel-headers/original/asm-mips/
unistd.h
352
#define
__NR_inotify_init1
(__NR_Linux + 329)
675
#define
__NR_inotify_init1
(__NR_Linux + 288)
[
all
...]
/external/kernel-headers/original/asm-x86/
unistd_32.h
340
#define
__NR_inotify_init1
332
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_32.h
341
#define
__NR_inotify_init1
332
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
unistd.h
439
#define
__NR_inotify_init1
(__NR_SYSCALL_BASE+360)
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
unistd.h
435
#define
__NR_inotify_init1
(__NR_Linux + 329)
[
all
...]
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
unistd_32.h
432
#define
__NR_inotify_init1
332
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
unistd.h
439
#define
__NR_inotify_init1
(__NR_SYSCALL_BASE+360)
Completed in 385 milliseconds
1
2