Searched refs:__NR_getcwd (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-hwbreak.c | 145 syscall(__NR_getcwd, &cwd, PATH_MAX); in test_workload() 160 syscall(__NR_getcwd, &cwd, PATH_MAX); in test_workload()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | unistd_64.h | 100 #define __NR_getcwd 79 macro
|
D | unistd_32.h | 204 #define __NR_getcwd 183 macro
|
D | unistd_x32.h | 89 #define __NR_getcwd (__X32_SYSCALL_BIT + 79) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 54 #define __NR_getcwd 17 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 56 #define __NR_getcwd 17 macro 57 __SYSCALL(__NR_getcwd, sys_getcwd)
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
D | unistd.h | 73 #define __NR_getcwd 17 macro 74 __SYSCALL(__NR_getcwd, sys_getcwd)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | unistd.h | 73 #define __NR_getcwd 17 macro 74 __SYSCALL(__NR_getcwd, sys_getcwd)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | unistd_n64.h | 98 #define __NR_getcwd (__NR_Linux + 77) macro
|
D | unistd_n32.h | 98 #define __NR_getcwd (__NR_Linux + 77) macro
|
D | unistd_o32.h | 224 #define __NR_getcwd (__NR_Linux + 203) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 152 #define __NR_getcwd (__NR_SYSCALL_BASE + 183) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | unistd32.h | 379 #define __NR_getcwd 183 macro 380 __SYSCALL(__NR_getcwd, sys_getcwd)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 165 #define __NR_getcwd (__NR_SYSCALL_BASE + 183) macro
|
/kernel/liteos_a/syscall/ |
D | syscall_lookup.h | 99 SYSCALL_HAND_DEF(__NR_getcwd, SysGetcwd, char *, ARG_NUM_2)
|