Home
last modified time | relevance | path

Searched refs:__NR_SYSCALL_BASE (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/asm-arm/asm/
Dunistd-oabi.h9 #define __NR_restart_syscall (__NR_SYSCALL_BASE + 0)
10 #define __NR_exit (__NR_SYSCALL_BASE + 1)
11 #define __NR_fork (__NR_SYSCALL_BASE + 2)
12 #define __NR_read (__NR_SYSCALL_BASE + 3)
13 #define __NR_write (__NR_SYSCALL_BASE + 4)
14 #define __NR_open (__NR_SYSCALL_BASE + 5)
15 #define __NR_close (__NR_SYSCALL_BASE + 6)
16 #define __NR_creat (__NR_SYSCALL_BASE + 8)
17 #define __NR_link (__NR_SYSCALL_BASE + 9)
18 #define __NR_unlink (__NR_SYSCALL_BASE + 10)
[all …]
Dunistd-eabi.h9 #define __NR_restart_syscall (__NR_SYSCALL_BASE + 0)
10 #define __NR_exit (__NR_SYSCALL_BASE + 1)
11 #define __NR_fork (__NR_SYSCALL_BASE + 2)
12 #define __NR_read (__NR_SYSCALL_BASE + 3)
13 #define __NR_write (__NR_SYSCALL_BASE + 4)
14 #define __NR_open (__NR_SYSCALL_BASE + 5)
15 #define __NR_close (__NR_SYSCALL_BASE + 6)
16 #define __NR_creat (__NR_SYSCALL_BASE + 8)
17 #define __NR_link (__NR_SYSCALL_BASE + 9)
18 #define __NR_unlink (__NR_SYSCALL_BASE + 10)
[all …]
Dunistd.h11 #define __NR_SYSCALL_BASE 0 macro
14 #define __ARM_NR_BASE (__NR_SYSCALL_BASE + 0x0f0000)