Searched refs:__NR_utime (Results 1 – 11 of 11) sorted by relevance
34 #ifdef __NR_utime45 return syscall(__NR_utime, filename, times); in k_utime()
8 #define __NR_utime (__NR_SYSCALL_BASE + 30) macro
402 #ifdef __NR_utime403 { "utime", __NR_utime },
136 #define __NR_utime 132 macro
34 #define __NR_utime 30 macro
120 #define __NR_utime (__X32_SYSCALL_BIT + 132) macro
404 #ifndef __NR_utime405 # define __NR_utime (SYSCALL_BIT | 132) macro
22878 syscall(__NR_utime).
2261 #ifdef __NR_utime2262 #define SYS_utime __NR_utime