Home
last modified time | relevance | path

Searched refs:TARGET_NR_utimensat (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h97 #define TARGET_NR_utimensat 88 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h94 #define TARGET_NR_utimensat 88 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall64_nr.h96 #define TARGET_NR_utimensat 88 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h97 #define TARGET_NR_utimensat 88 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h98 #define TARGET_NR_utimensat 88 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h98 #define TARGET_NR_utimensat 88 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h326 #define TARGET_NR_utimensat 320 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1676 #ifdef TARGET_NR_utimensat
1677 { TARGET_NR_utimensat, "utimensat", NULL, print_utimensat, NULL },
H A Dsyscall.c462 #if defined(TARGET_NR_utimensat) || defined(TARGET_NR_utimensat_time64)
1135 defined(TARGET_NR_utimensat) || defined(TARGET_NR_mq_timedsend) || \
1162 defined(TARGET_NR_utimensat) || \
12695 #if defined(TARGET_NR_utimensat) in _syscall2()
12696 case TARGET_NR_utimensat: in _syscall2()
H A Dstrace.c3752 #ifdef TARGET_NR_utimensat