Home
last modified time | relevance | path

Searched refs:__NR_utime (Results 1 – 25 of 37) sorted by relevance

12

/external/strace/tests-mx32/
Dutime.c34 #ifdef __NR_utime
45 return syscall(__NR_utime, filename, times); in k_utime()
/external/strace/tests/
Dutime.c34 #ifdef __NR_utime
45 return syscall(__NR_utime, filename, times); in k_utime()
/external/strace/tests-m32/
Dutime.c34 #ifdef __NR_utime
45 return syscall(__NR_utime, filename, times); in k_utime()
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-oabi.h8 #define __NR_utime (__NR_SYSCALL_BASE + 30) macro
/external/libchrome/sandbox/linux/system_headers/
Dx86_64_linux_syscalls.h541 #if !defined(__NR_utime)
542 #define __NR_utime 132 macro
Dx86_32_linux_syscalls.h133 #if !defined(__NR_utime)
134 #define __NR_utime 30 macro
Dmips64_linux_syscalls.h536 #if !defined(__NR_utime)
537 #define __NR_utime (__NR_Linux + 130) macro
Dmips_linux_syscalls.h136 #if !defined(__NR_utime)
137 #define __NR_utime (__NR_Linux + 30) macro
/external/minijail/linux-x86/
Dlibsyscalls.gen.c402 #ifdef __NR_utime
403 { "utime", __NR_utime },
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h136 #define __NR_utime 132 macro
Dunistd_32.h34 #define __NR_utime 30 macro
Dunistd_x32.h120 #define __NR_utime (__X32_SYSCALL_BIT + 132) macro
/external/valgrind/include/vki/
Dvki-scnums-s390x-linux.h65 #define __NR_utime 30 macro
Dvki-scnums-amd64-linux.h186 #define __NR_utime 132 macro
Dvki-scnums-arm-linux.h67 #define __NR_utime 30 macro
Dvki-scnums-ppc64-linux.h67 #define __NR_utime 30 macro
Dvki-scnums-ppc32-linux.h67 #define __NR_utime 30 macro
Dvki-scnums-x86-linux.h67 #define __NR_utime 30 macro
Dvki-scnums-mips64-linux.h169 #define __NR_utime (__NR_Linux + 130) macro
Dvki-scnums-mips32-linux.h70 #define __NR_utime (__NR_Linux + 30) macro
/external/strace/
Dscno.h404 #ifndef __NR_utime
405 # define __NR_utime (SYSCALL_BIT | 132) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h53 #define __NR_utime (__NR_Linux + 30) macro
537 #define __NR_utime (__NR_Linux + 130) macro
880 #define __NR_utime (__NR_Linux + 130) macro
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h850 #define __NR_utime 1063 macro
852 __SYSCALL(__NR_utime, sys_utime)
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.cc150 case __NR_utime: in IsFileSystem()
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.c176 GO(__NR_utime, "2s 2m"); in main()
177 SY(__NR_utime, x0, x0+1); FAIL; in main()

12