Searched refs:msg_cbytes (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | msg.h | 69 msglen_t msg_cbytes; /* number of bytes in use on the queue */ member 94 msglen_t msg_cbytes; /* number of bytes in use on the queue */ member
|
| /f-stack/freebsd/kern/ |
| H A D | sysv_msg.c | 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() 1089 msqkptr->u.msg_cbytes += msghdr->msg_ts; in kern_msgsnd() 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() [all …]
|