Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32_ipc.h67 struct msqid_ds32 { struct
84 struct msqid_ds32 u; argument
HDfreebsd32_proto.h565 …char buf_l_[PADL_(struct msqid_ds32 *)]; struct msqid_ds32 * buf; char buf_r_[PADR_(struct msqid_d…
/freebsd-13-stable/sys/kern/
HDsysv_msg.c1774 error = copyout(&msqbuf32, uap->buf, sizeof(struct msqid_ds32)); in freebsd7_freebsd32_msgctl()
1784 struct msqid_ds32 msqbuf32; in freebsd32_msgctl()
1818 error = copyout(&msqbuf32, uap->buf, sizeof(struct msqid_ds32)); in freebsd32_msgctl()