Home
last modified time | relevance | path

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

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