Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_conv.h614 netbsd32_to_msqid_ds50(const struct netbsd32_msqid_ds50 *ds32p, in netbsd32_to_msqid_ds50() argument
619 netbsd32_to_ipc_perm(&ds32p->msg_perm, &dsp->msg_perm); in netbsd32_to_msqid_ds50()
620 dsp->_msg_cbytes = (u_long)ds32p->_msg_cbytes; in netbsd32_to_msqid_ds50()
621 dsp->msg_qnum = (u_long)ds32p->msg_qnum; in netbsd32_to_msqid_ds50()
622 dsp->msg_qbytes = (u_long)ds32p->msg_qbytes; in netbsd32_to_msqid_ds50()
623 dsp->msg_lspid = ds32p->msg_lspid; in netbsd32_to_msqid_ds50()
624 dsp->msg_lrpid = ds32p->msg_lrpid; in netbsd32_to_msqid_ds50()
625 dsp->msg_rtime = (time_t)ds32p->msg_rtime; in netbsd32_to_msqid_ds50()
626 dsp->msg_stime = (time_t)ds32p->msg_stime; in netbsd32_to_msqid_ds50()
627 dsp->msg_ctime = (time_t)ds32p->msg_ctime; in netbsd32_to_msqid_ds50()
[all …]