Searched refs:msg_qbytes (Results 1 – 14 of 14) sorted by relevance
265 msqids[i].u.msg_qbytes = 0; /* implies entry is available */ in msginit()324 if (msqkptr->u.msg_qbytes != 0 || in msgunload()436 msqkptr->u.msg_qbytes = 0; /* Mark it as free */ in msq_remove()519 if (msqkptr->u.msg_qbytes == 0) {581 if (msqbuf->msg_qbytes > msqkptr->u.msg_qbytes) {586 if (msqbuf->msg_qbytes > msginfo.msgmnb) {589 msqbuf->msg_qbytes = msginfo.msgmnb; /* silently restrict qbytes to system limit */591 if (msqbuf->msg_qbytes == 0) {600 msqkptr->u.msg_qbytes = msqbuf->msg_qbytes;652 if (msqkptr->u.msg_qbytes != 0 && in sys_msgget()[all …]
170 l_ushort msg_qbytes; /* max number of bytes on queue */ member255 bsp->msg_qbytes = lsp->msg_qbytes; in linux_to_bsd_msqid_ds()270 lsp->msg_qbytes = bsp->msg_qbytes; in bsd_to_linux_msqid_ds()317 if (linux_msqid.msg_qbytes == 0) in linux_msqid_pullup()318 linux_msqid64->msg_qbytes = linux_msqid.msg_lqbytes; in linux_msqid_pullup()320 linux_msqid64->msg_qbytes = linux_msqid.msg_qbytes; in linux_msqid_pullup()354 if (linux_msqid64->msg_qbytes > USHRT_MAX) in linux_msqid_pushdown()355 linux_msqid.msg_qbytes = USHRT_MAX; in linux_msqid_pushdown()357 linux_msqid.msg_qbytes = linux_msqid64->msg_qbytes; in linux_msqid_pushdown()358 linux_msqid.msg_lqbytes = linux_msqid64->msg_qbytes; in linux_msqid_pushdown()
86 l_ulong msg_qbytes; /* max number of bytes on queue */ member
71 msglen_t msg_qbytes; /* max # of bytes on the queue */ member96 msglen_t msg_qbytes; /* max # of bytes on the queue */ member
74 uint32_t msg_qbytes; member159 uint32_t msg_qbytes; member
79 ibp->msg_qbytes = (u_short)bp->msg_qbytes;98 bp->msg_qbytes = ibp->msg_qbytes;
50 u_short msg_qbytes; member
331 sds->msg_qbytes = bds->msg_qbytes;349 bds->msg_qbytes = sds->msg_qbytes;
75 u_long msg_qbytes; member
154 msgds.msg_qbytes = 1; in ATF_TC_BODY()288 msgds.msg_qbytes = 1; in ATF_TC_BODY()
218 if (kxmsqids[i].u.msg_qbytes != 0) { in main()365 printf(" %20lu", kmsqptr->u.msg_qbytes); in print_kmsqptr()
271 mp->msg_qnum, (u_long)mp->msg_qbytes, mp->msg_lspid, in print_msqid_ds()
86 if (kxmsqids[num].u.msg_qbytes != 0) { in msgrm()
368 mp->msg_qnum, (u_long)mp->msg_qbytes, mp->msg_lspid, in print_msqid_ds()