Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dsysv_msg.c1710 struct msqid_ds32_old msqbuf32; in freebsd7_freebsd32_msgctl() local
1714 error = copyin(uap->buf, &msqbuf32, sizeof(msqbuf32)); in freebsd7_freebsd32_msgctl()
1717 freebsd32_ipcperm_old_in(&msqbuf32.msg_perm, &msqbuf.msg_perm); in freebsd7_freebsd32_msgctl()
1718 PTRIN_CP(msqbuf32, msqbuf, __msg_first); in freebsd7_freebsd32_msgctl()
1719 PTRIN_CP(msqbuf32, msqbuf, __msg_last); in freebsd7_freebsd32_msgctl()
1720 CP(msqbuf32, msqbuf, msg_cbytes); in freebsd7_freebsd32_msgctl()
1721 CP(msqbuf32, msqbuf, msg_qnum); in freebsd7_freebsd32_msgctl()
1722 CP(msqbuf32, msqbuf, msg_qbytes); in freebsd7_freebsd32_msgctl()
1723 CP(msqbuf32, msqbuf, msg_lspid); in freebsd7_freebsd32_msgctl()
1724 CP(msqbuf32, msqbuf, msg_lrpid); in freebsd7_freebsd32_msgctl()
[all …]