Home
last modified time | relevance | path

Searched refs:msg_qbytes (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/linux-user/x86_64/
H A Dtarget_syscall.h89 abi_ulong msg_qbytes; /* max number of bytes on queue */ member
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_syscall.h106 abi_ulong msg_qbytes; /* max number of bytes on queue */ member
/openbmc/qemu/linux-user/
H A Dsyscall.c4182 abi_ulong msg_qbytes; member
4203 host_md->msg_qbytes = tswapal(target_md->msg_qbytes); in target_to_host_msqid_ds()
4224 target_md->msg_qbytes = tswapal(host_md->msg_qbytes); in host_to_target_msqid_ds()