Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/x86_64/
H A Dtarget_syscall.h86 unsigned int msg_ctime; /* last change time */ member
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_syscall.h103 unsigned int msg_ctime; /* last change time */ member
/openbmc/qemu/linux-user/
H A Dsyscall.c4176 abi_ulong msg_ctime; member
4200 host_md->msg_ctime = tswapal(target_md->msg_ctime); in target_to_host_msqid_ds()
4221 target_md->msg_ctime = tswapal(host_md->msg_ctime); in host_to_target_msqid_ds()