Lines Matching refs:msg_len
259 size_t msg_len, unsigned msg_prio, int waitok,
262 size_t msg_len, unsigned *msg_prio, int waitok,
1696 size_t msg_len, unsigned msg_prio, int waitok, in mqueue_send() argument
1706 if (msg_len > mq->mq_msgsize) in mqueue_send()
1708 msg = mqueue_loadmsg(msg_ptr, msg_len, msg_prio); in mqueue_send()
1851 size_t msg_len, unsigned *msg_prio, int waitok, in mqueue_receive() argument
1859 if (msg_len < mq->mq_msgsize) in mqueue_receive()
2294 error = mqueue_receive(mq, uap->msg_ptr, uap->msg_len, in sys_kmq_timedreceive()
2321 error = mqueue_send(mq, uap->msg_ptr, uap->msg_len, in sys_kmq_timedsend()
2821 error = mqueue_send(mq, uap->msg_ptr, uap->msg_len, in freebsd32_kmq_timedsend()
2852 error = mqueue_receive(mq, uap->msg_ptr, uap->msg_len, in freebsd32_kmq_timedreceive()