Home
last modified time | relevance | path

Searched refs:TARGET_NR_fchown (Results 1 – 9 of 9) sorted by relevance

/qemu/linux-user/aarch64/
H A Dsyscall_nr.h64 #define TARGET_NR_fchown 55 macro
/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h63 #define TARGET_NR_fchown 55 macro
/qemu/linux-user/riscv/
H A Dsyscall32_nr.h62 #define TARGET_NR_fchown 55 macro
H A Dsyscall64_nr.h63 #define TARGET_NR_fchown 55 macro
/qemu/linux-user/openrisc/
H A Dsyscall_nr.h65 #define TARGET_NR_fchown 55 macro
/qemu/linux-user/hexagon/
H A Dsyscall_nr.h64 #define TARGET_NR_fchown 55 macro
/qemu/linux-user/cris/
H A Dsyscall_nr.h103 #define TARGET_NR_fchown 95 macro
/qemu/linux-user/
H A Dstrace.list214 #ifdef TARGET_NR_fchown
215 { TARGET_NR_fchown, "fchown" , "%s(%d,%d,%d)", NULL, NULL },
H A Dsyscall.c11896 case TARGET_NR_fchown: in _syscall2()