Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h61 #define TARGET_NR_fchmod 52 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h60 #define TARGET_NR_fchmod 52 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h59 #define TARGET_NR_fchmod 52 macro
H A Dsyscall64_nr.h60 #define TARGET_NR_fchmod 52 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h61 #define TARGET_NR_fchmod 52 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h62 #define TARGET_NR_fchmod 52 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h62 #define TARGET_NR_fchmod 52 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h102 #define TARGET_NR_fchmod 94 macro
/openbmc/qemu/linux-user/
H A Dstrace.list208 #ifdef TARGET_NR_fchmod
209 { TARGET_NR_fchmod, "fchmod" , "%s(%d,%#o)", NULL, NULL },
H A Dsyscall.c10444 case TARGET_NR_fchmod: in _syscall2()