Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dunistd_64.h43 #define __NR_pipe 22 macro
Dunistd_32.h63 #define __NR_pipe 42 macro
Dunistd_x32.h38 #define __NR_pipe (__X32_SYSCALL_BIT + 22) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dunistd_n64.h42 #define __NR_pipe (__NR_Linux + 21) macro
Dunistd_n32.h42 #define __NR_pipe (__NR_Linux + 21) macro
Dunistd_o32.h63 #define __NR_pipe (__NR_Linux + 42) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h38 #define __NR_pipe (__NR_SYSCALL_BASE + 42) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dunistd32.h97 #define __NR_pipe 42 macro
98 __SYSCALL(__NR_pipe, sys_pipe)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h51 #define __NR_pipe (__NR_SYSCALL_BASE + 42) macro
/kernel/liteos_a/syscall/
Dsyscall_lookup.h68 SYSCALL_HAND_DEF(__NR_pipe, SysPipe, int, ARG_NUM_1)