Home
last modified time | relevance | path

Searched refs:__NR_pidfd_open (Results 1 – 25 of 26) sorted by relevance

12

/third_party/ltp/include/lapi/
Dpidfd_open.h20 return tst_syscall(__NR_pidfd_open, pid, flags); in pidfd_open()
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dsyscall.h391 #define __NR_pidfd_open 434 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsyscall.h391 #define __NR_pidfd_open 434 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsyscall.h391 #define __NR_pidfd_open 434 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsyscall.h391 #define __NR_pidfd_open 434 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsyscall.h391 #define __NR_pidfd_open 434 macro
/third_party/musl/arch/riscv64/bits/
Dsyscall.h.in290 #define __NR_pidfd_open 434 macro
/third_party/musl/arch/aarch64/bits/
Dsyscall.h.in290 #define __NR_pidfd_open 434 macro
/third_party/musl/arch/or1k/bits/
Dsyscall.h.in312 #define __NR_pidfd_open 434 macro
/third_party/musl/arch/mips64/bits/
Dsyscall.h.in339 #define __NR_pidfd_open 5434 macro
/third_party/musl/arch/s390x/bits/
Dsyscall.h.in353 #define __NR_pidfd_open 434 macro
/third_party/musl/arch/x86_64/bits/
Dsyscall.h.in346 #define __NR_pidfd_open 434 macro
/third_party/musl/arch/powerpc64/bits/
Dsyscall.h.in388 #define __NR_pidfd_open 434 macro
/third_party/musl/arch/mipsn32/bits/
Dsyscall.h.in363 #define __NR_pidfd_open 6434 macro
/third_party/musl/arch/m68k/bits/
Dsyscall.h.in407 #define __NR_pidfd_open 434 macro
/third_party/musl/arch/arm/bits/
Dsyscall.h.in390 #define __NR_pidfd_open 434 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h391 #define __NR_pidfd_open 434 macro
/third_party/musl/arch/mips/bits/
Dsyscall.h.in409 #define __NR_pidfd_open 4434 macro
/third_party/musl/porting/liteos_a/user/arch/arm/bits/
Dsyscall.h.in373 #define __NR_pidfd_open 434 macro
/third_party/musl/arch/sh/bits/
Dsyscall.h.in400 #define __NR_pidfd_open 434 macro
/third_party/musl/arch/powerpc/bits/
Dsyscall.h.in416 #define __NR_pidfd_open 434 macro
/third_party/musl/arch/microblaze/bits/
Dsyscall.h.in428 #define __NR_pidfd_open 434 macro
/third_party/musl/arch/i386/bits/
Dsyscall.h.in427 #define __NR_pidfd_open 434 macro
/third_party/musl/arch/x32/bits/
Dsyscall.h.in299 #define __NR_pidfd_open (0x40000000 + 434) macro
/third_party/python/Modules/
Dposixmodule.c8499 #if defined(__linux__) && defined(__NR_pidfd_open)
8515 int fd = syscall(__NR_pidfd_open, pid, flags); in os_pidfd_open_impl()

12