Searched refs:__NR_fchmodat (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/asm-generic/ |
D | audit_change_attr.h | 21 __NR_fchmodat,
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | unistd_64.h | 289 #define __NR_fchmodat 268 macro
|
D | unistd_32.h | 323 #define __NR_fchmodat 306 macro
|
D | unistd_x32.h | 256 #define __NR_fchmodat (__X32_SYSCALL_BIT + 268) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 92 #define __NR_fchmodat 53 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 134 #define __NR_fchmodat 53 macro 135 __SYSCALL(__NR_fchmodat, sys_fchmodat)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | unistd.h | 177 #define __NR_fchmodat 53 macro 178 __SYSCALL(__NR_fchmodat, sys_fchmodat)
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
D | unistd.h | 177 #define __NR_fchmodat 53 macro 178 __SYSCALL(__NR_fchmodat, sys_fchmodat)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | unistd_n64.h | 278 #define __NR_fchmodat (__NR_Linux + 258) macro
|
D | unistd_n32.h | 282 #define __NR_fchmodat (__NR_Linux + 262) macro
|
D | unistd_o32.h | 319 #define __NR_fchmodat (__NR_Linux + 299) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 296 #define __NR_fchmodat (__NR_SYSCALL_BASE + 333) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | unistd32.h | 679 #define __NR_fchmodat 333 macro 680 __SYSCALL(__NR_fchmodat, sys_fchmodat)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 309 #define __NR_fchmodat (__NR_SYSCALL_BASE + 333) macro
|
/kernel/liteos_a/syscall/ |
D | syscall_lookup.h | 53 SYSCALL_HAND_DEF(__NR_fchmodat, SysFchmodat, int, ARG_NUM_4)
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
D | nolibc.h | 1481 #ifdef __NR_fchmodat in sys_chmod() 1482 return my_syscall4(__NR_fchmodat, AT_FDCWD, path, mode, 0); in sys_chmod()
|