Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h196 #define TARGET_NR_msgctl 187 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h191 #define TARGET_NR_msgctl 187 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h174 #define TARGET_NR_msgctl 187 macro
H A Dsyscall64_nr.h195 #define TARGET_NR_msgctl 187 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h196 #define TARGET_NR_msgctl 187 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h197 #define TARGET_NR_msgctl 187 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h197 #define TARGET_NR_msgctl 187 macro
/openbmc/qemu/linux-user/
H A Dstrace.list646 #ifdef TARGET_NR_msgctl
647 { TARGET_NR_msgctl, "msgctl" , NULL, NULL, NULL },
H A Dsyscall.c10870 #ifdef TARGET_NR_msgctl in _syscall2()
10871 case TARGET_NR_msgctl: in _syscall2()