Searched refs:user_msglen_t (Results 1 – 2 of 2) sorted by relevance
175 typedef user_ulong_t user_msglen_t; typedef184 user_msglen_t msg_cbytes; /* # of bytes on the queue */186 user_msglen_t msg_qbytes; /* [XSI] max bytes on the queue */
521 if (msqbuf.msg_qbytes > (user_msglen_t)msginfo.msgmnb) { in msgctl()