Home
last modified time | relevance | path

Searched refs:TARGET_NR_utime (Results 1 – 4 of 4) sorted by relevance

/qemu/linux-user/cris/
H A Dsyscall_nr.h38 #define TARGET_NR_utime 30 macro
/qemu/linux-user/
H A Dstrace.list1634 #ifdef TARGET_NR_utime
1635 { TARGET_NR_utime, "utime" , NULL, print_utime, NULL },
H A Dstrace.c3746 #ifdef TARGET_NR_utime
H A Dsyscall.c9552 #ifdef TARGET_NR_utime in _syscall2()
9553 case TARGET_NR_utime: in _syscall2()