Searched refs:mq_msgsize (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/compat/linux/common/
H A Dlinux_mqueue.h35 long mq_msgsize; /* maximum message size */ member in struct:linux_mq_attr
H A Dlinux_mqueue.c58 bmp->mq_msgsize = lmp->mq_msgsize;
69 lmp->mq_msgsize = bmp->mq_msgsize;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dmqueue.d50 c_long mq_msgsize;
156 * than the mq_msgsize attribute of the queue.
174 * than the mq_msgsize attribute of the queue.
193 * or equal to the mq_msgsize attribute of the queue.
211 * or equal to the mq_msgsize attribute of the queue.
/netbsd-current/sys/sys/
H A Dmqueue.h41 long mq_msgsize; /* Maximum size of the message */ member in struct:mq_attr
/netbsd-current/tests/kernel/
H A Dt_mqueue.c65 len = mqa.mq_msgsize;
/netbsd-current/sys/kern/
H A Dsys_mqueue.c429 attr->mq_msgsize <= 0 ||
430 attr->mq_msgsize > mq_max_msgsize) {
458 mq->mq_attrib.mq_msgsize = MQ_DEF_MSGSIZE - sizeof(struct mq_msg);
647 if (msg_len < mqattr->mq_msgsize) {
830 if (msg_len <= 0 || msg_len > mqattr->mq_msgsize) {
1213 mq->mq_attrib.mq_maxmsg, mq->mq_attrib.mq_msgsize,
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_conv.h944 attr->mq_msgsize = a32->mq_msgsize;
956 a32->mq_msgsize = attr->mq_msgsize;
H A Dnetbsd32.h1231 netbsd32_long mq_msgsize; member in struct:netbsd32_mq_attr

Completed in 94 milliseconds