Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
Dlinux-syscalls.c31 # define UV_SYSCALL_BASE 0 macro
33 # define UV_SYSCALL_BASE 0x900000 macro
41 # define __NR_recvmmsg (UV_SYSCALL_BASE + 365)
49 # define __NR_sendmmsg (UV_SYSCALL_BASE + 374)
59 # define __NR_utimensat (UV_SYSCALL_BASE + 348)
69 # define __NR_preadv (UV_SYSCALL_BASE + 361)
79 # define __NR_pwritev (UV_SYSCALL_BASE + 362)
89 # define __NR_dup3 (UV_SYSCALL_BASE + 358)
101 # define __NR_copy_file_range (UV_SYSCALL_BASE + 391)
119 # define __NR_statx (UV_SYSCALL_BASE + 397)
[all …]