Searched refs:__NR_symlinkat (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/asm-generic/ |
D | audit_dir_write.h | 34 __NR_symlinkat,
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | unistd_64.h | 287 #define __NR_symlinkat 266 macro
|
D | unistd_32.h | 321 #define __NR_symlinkat 304 macro
|
D | unistd_x32.h | 254 #define __NR_symlinkat (__X32_SYSCALL_BIT + 266) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 73 #define __NR_symlinkat 36 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 94 #define __NR_symlinkat 36 macro 95 __SYSCALL(__NR_symlinkat, sys_symlinkat)
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
D | unistd.h | 129 #define __NR_symlinkat 36 macro 130 __SYSCALL(__NR_symlinkat, sys_symlinkat)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | unistd.h | 129 #define __NR_symlinkat 36 macro 130 __SYSCALL(__NR_symlinkat, sys_symlinkat)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | unistd_n64.h | 276 #define __NR_symlinkat (__NR_Linux + 256) macro
|
D | unistd_n32.h | 280 #define __NR_symlinkat (__NR_Linux + 260) macro
|
D | unistd_o32.h | 317 #define __NR_symlinkat (__NR_Linux + 297) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 294 #define __NR_symlinkat (__NR_SYSCALL_BASE + 331) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | unistd32.h | 675 #define __NR_symlinkat 331 macro 676 __SYSCALL(__NR_symlinkat, sys_symlinkat)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 307 #define __NR_symlinkat (__NR_SYSCALL_BASE + 331) macro
|
/kernel/liteos_a/syscall/ |
D | syscall_lookup.h | 118 SYSCALL_HAND_DEF(__NR_symlinkat, SysSymlinkat, int, ARG_NUM_3)
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
D | nolibc.h | 1729 #ifdef __NR_symlinkat in sys_symlink() 1730 return my_syscall3(__NR_symlinkat, old, AT_FDCWD, new); in sys_symlink()
|