/third_party/ltp/include/lapi/ |
D | pidfd_open.h | 20 return tst_syscall(__NR_pidfd_open, pid, flags); in pidfd_open()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | syscall.h | 391 #define __NR_pidfd_open 434 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | syscall.h | 391 #define __NR_pidfd_open 434 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | syscall.h | 391 #define __NR_pidfd_open 434 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | syscall.h | 391 #define __NR_pidfd_open 434 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | syscall.h | 391 #define __NR_pidfd_open 434 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | syscall.h.in | 290 #define __NR_pidfd_open 434 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | syscall.h.in | 290 #define __NR_pidfd_open 434 macro
|
/third_party/musl/arch/or1k/bits/ |
D | syscall.h.in | 312 #define __NR_pidfd_open 434 macro
|
/third_party/musl/arch/mips64/bits/ |
D | syscall.h.in | 339 #define __NR_pidfd_open 5434 macro
|
/third_party/musl/arch/s390x/bits/ |
D | syscall.h.in | 353 #define __NR_pidfd_open 434 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | syscall.h.in | 346 #define __NR_pidfd_open 434 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | syscall.h.in | 388 #define __NR_pidfd_open 434 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | syscall.h.in | 363 #define __NR_pidfd_open 6434 macro
|
/third_party/musl/arch/m68k/bits/ |
D | syscall.h.in | 407 #define __NR_pidfd_open 434 macro
|
/third_party/musl/arch/arm/bits/ |
D | syscall.h.in | 390 #define __NR_pidfd_open 434 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | syscall.h | 391 #define __NR_pidfd_open 434 macro
|
/third_party/musl/arch/mips/bits/ |
D | syscall.h.in | 409 #define __NR_pidfd_open 4434 macro
|
/third_party/musl/porting/liteos_a/user/arch/arm/bits/ |
D | syscall.h.in | 373 #define __NR_pidfd_open 434 macro
|
/third_party/musl/arch/sh/bits/ |
D | syscall.h.in | 400 #define __NR_pidfd_open 434 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | syscall.h.in | 416 #define __NR_pidfd_open 434 macro
|
/third_party/musl/arch/microblaze/bits/ |
D | syscall.h.in | 428 #define __NR_pidfd_open 434 macro
|
/third_party/musl/arch/i386/bits/ |
D | syscall.h.in | 427 #define __NR_pidfd_open 434 macro
|
/third_party/musl/arch/x32/bits/ |
D | syscall.h.in | 299 #define __NR_pidfd_open (0x40000000 + 434) macro
|
/third_party/python/Modules/ |
D | posixmodule.c | 8499 #if defined(__linux__) && defined(__NR_pidfd_open) 8515 int fd = syscall(__NR_pidfd_open, pid, flags); in os_pidfd_open_impl()
|