Lines Matching refs:msg_cbytes
416 racct_sub_cred(msqkptr->cred, RACCT_MSGQSIZE, msqkptr->u.msg_cbytes); in msq_remove()
426 msqkptr->u.msg_cbytes -= msghdr->msg_ts; in msq_remove()
433 if (msqkptr->u.msg_cbytes != 0) in msq_remove()
731 msqkptr->u.msg_cbytes = 0; in sys_msgget()
862 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes) { in kern_msgsnd()
936 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes) in kern_msgsnd()
1086 msqkptr->u.msg_cbytes += msghdr->msg_ts; in kern_msgsnd()
1333 msqkptr->u.msg_cbytes -= msghdr->msg_ts; in kern_msgrcv()
1445 CP(tmsqk, tmsqk32, u.msg_cbytes); in sysctl_msqids()
1748 CP(msqbuf32, msqbuf, msg_cbytes); in freebsd7_freebsd32_msgctl()
1765 CP(msqbuf, msqbuf32, msg_cbytes); in freebsd7_freebsd32_msgctl()
1793 CP(msqbuf32, msqbuf, msg_cbytes); in freebsd32_msgctl()
1809 CP(msqbuf, msqbuf32, msg_cbytes); in freebsd32_msgctl()
1918 CP(msqold, msqbuf, msg_cbytes); in freebsd7_msgctl()
1935 CP(msqbuf, msqold, msg_cbytes); in freebsd7_msgctl()