Lines Matching refs:msg_cbytes
419 racct_sub_cred(msqkptr->cred, RACCT_MSGQSIZE, msqkptr->u.msg_cbytes); in msq_remove()
429 msqkptr->u.msg_cbytes -= msghdr->msg_ts; in msq_remove()
436 if (msqkptr->u.msg_cbytes != 0) in msq_remove()
734 msqkptr->u.msg_cbytes = 0; in sys_msgget()
865 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes) { in kern_msgsnd()
939 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes) in kern_msgsnd()
1089 msqkptr->u.msg_cbytes += msghdr->msg_ts; in kern_msgsnd()
1336 msqkptr->u.msg_cbytes -= msghdr->msg_ts; in kern_msgrcv()
1448 CP(tmsqk, tmsqk32, u.msg_cbytes); in sysctl_msqids()
1717 CP(msqbuf32, msqbuf, msg_cbytes); in freebsd7_freebsd32_msgctl()
1734 CP(msqbuf, msqbuf32, msg_cbytes); in freebsd7_freebsd32_msgctl()
1762 CP(msqbuf32, msqbuf, msg_cbytes); in freebsd32_msgctl()
1778 CP(msqbuf, msqbuf32, msg_cbytes); in freebsd32_msgctl()
1887 CP(msqold, msqbuf, msg_cbytes); in freebsd7_msgctl()
1904 CP(msqbuf, msqold, msg_cbytes); in freebsd7_msgctl()