Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/x86_64/
H A Dtarget_syscall.h56 unsigned int msg_stime; /* last msgsnd time */
84 unsigned int msg_stime; /* last msgsnd time */ global() member
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_syscall.h101 unsigned int msg_stime; /* last msgsnd time */ member
/openbmc/qemu/linux-user/
H A Dsyscall.c4166 abi_ulong msg_stime;
4196 host_md->msg_stime = tswapal(target_md->msg_stime); in target_to_host_msqid_ds()
4217 target_md->msg_stime = tswapal(host_md->msg_stime); in host_to_target_msqid_ds()
4168 abi_ulong msg_stime; global() member