Home
last modified time | relevance | path

Searched refs:__NR_symlink (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/asm-generic/
Daudit_dir_write.h20 #ifdef __NR_symlink
21 __NR_symlink,
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dunistd_64.h109 #define __NR_symlink 88 macro
Dunistd_32.h104 #define __NR_symlink 83 macro
Dunistd_x32.h98 #define __NR_symlink (__X32_SYSCALL_BIT + 88) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dunistd_n64.h107 #define __NR_symlink (__NR_Linux + 86) macro
Dunistd_n32.h107 #define __NR_symlink (__NR_Linux + 86) macro
Dunistd_o32.h104 #define __NR_symlink (__NR_Linux + 83) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h69 #define __NR_symlink (__NR_SYSCALL_BASE + 83) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dunistd32.h179 #define __NR_symlink 83 macro
180 __SYSCALL(__NR_symlink, sys_symlink)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h82 #define __NR_symlink (__NR_SYSCALL_BASE + 83) macro
/kernel/liteos_a/syscall/
Dsyscall_lookup.h42 SYSCALL_HAND_DEF(__NR_symlink, SysSymlink, int, ARG_NUM_2)
/kernel/linux/linux-5.10/tools/include/nolibc/
Dnolibc.h1732 return my_syscall2(__NR_symlink, old, new); in sys_symlink()