Searched refs:__NR_futimesat (Results 1 – 18 of 18) sorted by relevance
/external/strace/tests-m32/ |
D | futimesat.c | 33 #ifdef __NR_futimesat 57 long rc = syscall(__NR_futimesat, dirfd, pathname, times); in k_futimesat()
|
/external/strace/tests-mx32/ |
D | futimesat.c | 33 #ifdef __NR_futimesat 57 long rc = syscall(__NR_futimesat, dirfd, pathname, times); in k_futimesat()
|
/external/strace/tests/ |
D | futimesat.c | 33 #ifdef __NR_futimesat 57 long rc = syscall(__NR_futimesat, dirfd, pathname, times); in k_futimesat()
|
/external/ltp/testcases/kernel/syscalls/futimesat/ |
D | futimesat01.c | 61 return ltp_syscall(__NR_futimesat, dirfd, filename, times); in myfutimesat()
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 789 #ifdef __NR_futimesat 790 { "futimesat", __NR_futimesat },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 265 #define __NR_futimesat 261 macro
|
D | unistd_32.h | 299 #define __NR_futimesat 299 macro
|
D | unistd_x32.h | 232 #define __NR_futimesat (__X32_SYSCALL_BIT + 261) macro
|
/external/strace/ |
D | scno.h | 791 #ifndef __NR_futimesat 792 # define __NR_futimesat (SYSCALL_BIT | 261) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd_n64.h | 254 #define __NR_futimesat (__NR_Linux + 251) macro
|
D | unistd_n32.h | 258 #define __NR_futimesat (__NR_Linux + 255) macro
|
D | unistd_o32.h | 295 #define __NR_futimesat (__NR_Linux + 292) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 285 #define __NR_futimesat (__NR_SYSCALL_BASE + 326) macro
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 650 __NR_futimesat = 299
|
D | sys_amd64.const | 650 __NR_futimesat = 261
|
D | sys_arm.const | 650 __NR_futimesat = 326
|
D | sys_ppc64le.const | 650 __NR_futimesat = 290
|
D | sys_arm64.const | 650 # __NR_futimesat is not set
|