Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsysv_msg.c1738 struct msqid_ds_old32 msqbuf32; in freebsd7_freebsd32_msgctl() local
1742 error = copyin(uap->buf, &msqbuf32, sizeof(msqbuf32)); in freebsd7_freebsd32_msgctl()
1745 freebsd32_ipcperm_old_in(&msqbuf32.msg_perm, &msqbuf.msg_perm); in freebsd7_freebsd32_msgctl()
1746 PTRIN_CP(msqbuf32, msqbuf, __msg_first); in freebsd7_freebsd32_msgctl()
1747 PTRIN_CP(msqbuf32, msqbuf, __msg_last); in freebsd7_freebsd32_msgctl()
1748 CP(msqbuf32, msqbuf, msg_cbytes); in freebsd7_freebsd32_msgctl()
1749 CP(msqbuf32, msqbuf, msg_qnum); in freebsd7_freebsd32_msgctl()
1750 CP(msqbuf32, msqbuf, msg_qbytes); in freebsd7_freebsd32_msgctl()
1751 CP(msqbuf32, msqbuf, msg_lspid); in freebsd7_freebsd32_msgctl()
1752 CP(msqbuf32, msqbuf, msg_lrpid); in freebsd7_freebsd32_msgctl()
[all …]