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-common.h21 #define __NR_restart_syscall (__NR_SYSCALL_BASE + 0)
22 #define __NR_exit (__NR_SYSCALL_BASE + 1)
24 #define __NR_fork (__NR_SYSCALL_BASE + 2)
25 #define __NR_read (__NR_SYSCALL_BASE + 3)
26 #define __NR_write (__NR_SYSCALL_BASE + 4)
27 #define __NR_open (__NR_SYSCALL_BASE + 5)
29 #define __NR_close (__NR_SYSCALL_BASE + 6)
30 #define __NR_creat (__NR_SYSCALL_BASE + 8)
31 #define __NR_link (__NR_SYSCALL_BASE + 9)
32 #define __NR_unlink (__NR_SYSCALL_BASE + 10)
[all …]
Dunistd-oabi.h21 #define __NR_time (__NR_SYSCALL_BASE + 13)
22 #define __NR_umount (__NR_SYSCALL_BASE + 22)
24 #define __NR_stime (__NR_SYSCALL_BASE + 25)
25 #define __NR_alarm (__NR_SYSCALL_BASE + 27)
26 #define __NR_utime (__NR_SYSCALL_BASE + 30)
27 #define __NR_getrlimit (__NR_SYSCALL_BASE + 76)
29 #define __NR_select (__NR_SYSCALL_BASE + 82)
30 #define __NR_readdir (__NR_SYSCALL_BASE + 89)
31 #define __NR_mmap (__NR_SYSCALL_BASE + 90)
32 #define __NR_socketcall (__NR_SYSCALL_BASE + 102)
[all …]
Dunistd.h22 #define __NR_SYSCALL_BASE 0 macro
27 #define __ARM_NR_BASE (__NR_SYSCALL_BASE + 0x0f0000)