Lines Matching refs:msg_cbytes
421 racct_sub_cred(msqkptr->cred, RACCT_MSGQSIZE, msqkptr->u.msg_cbytes); in msq_remove()
431 msqkptr->u.msg_cbytes -= msghdr->msg_ts; in msq_remove()
438 if (msqkptr->u.msg_cbytes != 0) in msq_remove()
730 msqkptr->u.msg_cbytes = 0; in sys_msgget()
861 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes) { in kern_msgsnd()
935 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes) in kern_msgsnd()
1085 msqkptr->u.msg_cbytes += msghdr->msg_ts; in kern_msgsnd()
1332 msqkptr->u.msg_cbytes -= msghdr->msg_ts; in kern_msgrcv()
1444 CP(tmsqk, tmsqk32, u.msg_cbytes); in sysctl_msqids()
1713 CP(msqbuf32, msqbuf, msg_cbytes); in freebsd7_freebsd32_msgctl()
1730 CP(msqbuf, msqbuf32, msg_cbytes); in freebsd7_freebsd32_msgctl()
1758 CP(msqbuf32, msqbuf, msg_cbytes); in freebsd32_msgctl()
1774 CP(msqbuf, msqbuf32, msg_cbytes); in freebsd32_msgctl()
1883 CP(msqold, msqbuf, msg_cbytes); in freebsd7_msgctl()
1900 CP(msqbuf, msqold, msg_cbytes); in freebsd7_msgctl()