Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dunistd_64.h54 #define __NR_dup2 33 macro
Dunistd_32.h84 #define __NR_dup2 63 macro
Dunistd_x32.h49 #define __NR_dup2 (__X32_SYSCALL_BIT + 33) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dunistd_n64.h53 #define __NR_dup2 (__NR_Linux + 32) macro
Dunistd_n32.h53 #define __NR_dup2 (__NR_Linux + 32) macro
Dunistd_o32.h84 #define __NR_dup2 (__NR_Linux + 63) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h53 #define __NR_dup2 (__NR_SYSCALL_BASE + 63) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dunistd32.h139 #define __NR_dup2 63 macro
140 __SYSCALL(__NR_dup2, sys_dup2)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h66 #define __NR_dup2 (__NR_SYSCALL_BASE + 63) macro
/kernel/liteos_a/syscall/
Dsyscall_lookup.h73 SYSCALL_HAND_DEF(__NR_dup2, SysDup2, int, ARG_NUM_2)
/kernel/linux/linux-5.10/tools/include/nolibc/
Dnolibc.h1519 return my_syscall2(__NR_dup2, old, new); in sys_dup2()