Home
last modified time | relevance | path

Searched defs:SYS_GETPID (Results 1 – 25 of 72) sorted by relevance

123

/aosp_15_r20/platform_testing/utils/shell-as/shell-code/
H A Dconstants-x86.S22 .equ SYS_GETPID, 0x14 define
H A Dconstants-arm.S23 .equ SYS_GETPID, 0x000014 define
H A Dconstants-arm64.S23 .equ SYS_GETPID, 0xAC define
H A Dconstants-x86_64.S22 .equ SYS_GETPID, 0x27 define
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/x86/
H A Dsyscall_numbering.c32 #define SYS_GETPID 39 macro
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsysnum_openbsd_mips64.go26 SYS_GETPID = 20 // { pid_t sys_getpid(void); } const
Dzsysnum_openbsd_arm64.go26 SYS_GETPID = 20 // { pid_t sys_getpid(void); } const
Dzsysnum_openbsd_386.go27 SYS_GETPID = 20 // { pid_t sys_getpid(void); } const
Dzsysnum_openbsd_arm.go28 SYS_GETPID = 20 // { pid_t sys_getpid(void); } const
Dzsysnum_openbsd_amd64.go27 SYS_GETPID = 20 // { pid_t sys_getpid(void); } const
Dzsysnum_openbsd_riscv64.go26 SYS_GETPID = 20 // { pid_t sys_getpid(void); } const
Dzsysnum_openbsd_ppc64.go26 SYS_GETPID = 20 // { pid_t sys_getpid(void); } const
Dzsysnum_netbsd_arm.go22 SYS_GETPID = 20 // { pid_t|sys||getpid_with_ppid(void); } const
Dzsysnum_netbsd_arm64.go22 SYS_GETPID = 20 // { pid_t|sys||getpid_with_ppid(void); } const
Dzsysnum_linux_riscv64.go178 SYS_GETPID = 172 const
Dzsysnum_linux_arm64.go182 SYS_GETPID = 172 const
Dzsysnum_netbsd_386.go22 SYS_GETPID = 20 // { pid_t|sys||getpid_with_ppid(void); } const
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dzsysnum_openbsd_386.go29 SYS_GETPID = 20 // { pid_t sys_getpid(void); } const
Dzsysnum_openbsd_arm64.go29 SYS_GETPID = 20 // { pid_t sys_getpid(void); } const
Dzsysnum_openbsd_ppc64.go28 SYS_GETPID = 20 // { pid_t sys_getpid(void); } const
Dzsysnum_openbsd_amd64.go29 SYS_GETPID = 20 // { pid_t sys_getpid(void); } const
Dzsysnum_openbsd_mips64.go29 SYS_GETPID = 20 // { pid_t sys_getpid(void); } const
Dzsysnum_openbsd_arm.go29 SYS_GETPID = 20 // { pid_t sys_getpid(void); } const
Dzsysnum_openbsd_riscv64.go29 SYS_GETPID = 20 // { pid_t sys_getpid(void); } const
Dzsysnum_netbsd_386.go22 SYS_GETPID = 20 // { pid_t|sys||getpid_with_ppid(void); } const

123