OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__NR_SYSCALL_BASE
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h
21
#define __NR_restart_syscall (
__NR_SYSCALL_BASE
+ 0)
22
#define __NR_exit (
__NR_SYSCALL_BASE
+ 1)
23
#define __NR_fork (
__NR_SYSCALL_BASE
+ 2)
24
#define __NR_read (
__NR_SYSCALL_BASE
+ 3)
25
#define __NR_write (
__NR_SYSCALL_BASE
+ 4)
26
#define __NR_open (
__NR_SYSCALL_BASE
+ 5)
27
#define __NR_close (
__NR_SYSCALL_BASE
+ 6)
28
#define __NR_creat (
__NR_SYSCALL_BASE
+ 8)
29
#define __NR_link (
__NR_SYSCALL_BASE
+ 9)
30
#define __NR_unlink (
__NR_SYSCALL_BASE
+ 10
[
all
...]
unistd-oabi.h
21
#define __NR_time (
__NR_SYSCALL_BASE
+ 13)
22
#define __NR_umount (
__NR_SYSCALL_BASE
+ 22)
23
#define __NR_stime (
__NR_SYSCALL_BASE
+ 25)
24
#define __NR_alarm (
__NR_SYSCALL_BASE
+ 27)
25
#define __NR_utime (
__NR_SYSCALL_BASE
+ 30)
26
#define __NR_getrlimit (
__NR_SYSCALL_BASE
+ 76)
27
#define __NR_select (
__NR_SYSCALL_BASE
+ 82)
28
#define __NR_readdir (
__NR_SYSCALL_BASE
+ 89)
29
#define __NR_mmap (
__NR_SYSCALL_BASE
+ 90)
30
#define __NR_socketcall (
__NR_SYSCALL_BASE
+ 102
[
all
...]
unistd.h
22
#define
__NR_SYSCALL_BASE
0
26
#define __ARM_NR_BASE (
__NR_SYSCALL_BASE
+ 0x0f0000)
/external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h
4
#define __NR_restart_syscall (
__NR_SYSCALL_BASE
+ 0)
5
#define __NR_exit (
__NR_SYSCALL_BASE
+ 1)
6
#define __NR_fork (
__NR_SYSCALL_BASE
+ 2)
7
#define __NR_read (
__NR_SYSCALL_BASE
+ 3)
8
#define __NR_write (
__NR_SYSCALL_BASE
+ 4)
9
#define __NR_open (
__NR_SYSCALL_BASE
+ 5)
10
#define __NR_close (
__NR_SYSCALL_BASE
+ 6)
11
#define __NR_creat (
__NR_SYSCALL_BASE
+ 8)
12
#define __NR_link (
__NR_SYSCALL_BASE
+ 9)
13
#define __NR_unlink (
__NR_SYSCALL_BASE
+ 10
[
all
...]
unistd-oabi.h
4
#define __NR_time (
__NR_SYSCALL_BASE
+ 13)
5
#define __NR_umount (
__NR_SYSCALL_BASE
+ 22)
6
#define __NR_stime (
__NR_SYSCALL_BASE
+ 25)
7
#define __NR_alarm (
__NR_SYSCALL_BASE
+ 27)
8
#define __NR_utime (
__NR_SYSCALL_BASE
+ 30)
9
#define __NR_getrlimit (
__NR_SYSCALL_BASE
+ 76)
10
#define __NR_select (
__NR_SYSCALL_BASE
+ 82)
11
#define __NR_readdir (
__NR_SYSCALL_BASE
+ 89)
12
#define __NR_mmap (
__NR_SYSCALL_BASE
+ 90)
13
#define __NR_socketcall (
__NR_SYSCALL_BASE
+ 102
[
all
...]
unistd.h
20
#define
__NR_SYSCALL_BASE
0
23
#define
__NR_SYSCALL_BASE
__NR_OABI_SYSCALL_BASE
33
#define __ARM_NR_BASE (
__NR_SYSCALL_BASE
+0x0f0000)
/external/google-breakpad/src/third_party/lss/
linux_syscall_support.h
846
#define __NR_setresuid (
__NR_SYSCALL_BASE
+ 164)
847
#define __NR_getresuid (
__NR_SYSCALL_BASE
+ 165)
848
#define __NR_setresgid (
__NR_SYSCALL_BASE
+ 170)
849
#define __NR_getresgid (
__NR_SYSCALL_BASE
+ 171)
852
#define __NR_rt_sigreturn (
__NR_SYSCALL_BASE
+ 173)
853
#define __NR_rt_sigaction (
__NR_SYSCALL_BASE
+ 174)
854
#define __NR_rt_sigprocmask (
__NR_SYSCALL_BASE
+ 175)
855
#define __NR_rt_sigpending (
__NR_SYSCALL_BASE
+ 176)
856
#define __NR_rt_sigsuspend (
__NR_SYSCALL_BASE
+ 179)
859
#define __NR_pread64 (
__NR_SYSCALL_BASE
+ 180
[
all
...]
Completed in 154 milliseconds