Home | Sort by: relevance | last modified time | path |
/src/sys/compat/sys/ | |
msg.h | 63 msglen_t _msg_cbytes; /* # of bytes currently in queue */ member in struct:msqid_ds13 71 uint64_t _msg_cbytes; member in struct:msgid_ds_sysctl50 130 omsqbuf->_msg_cbytes = msqbuf->_msg_cbytes; |
/src/sys/sys/ | |
msg.h | 94 msglen_t _msg_cbytes; /* # of bytes currently in queue */ member in struct:msqid_ds 123 uint64_t _msg_cbytes; member in struct:msgid_ds_sysctl 188 (dst)._msg_cbytes = (src)._msg_cbytes; \ |
/src/sys/compat/netbsd32/ | |
netbsd32.h | 538 netbsd32_msglen_t _msg_cbytes; /* # of bytes currently in queue */ member in struct:netbsd32_msqid_ds 557 netbsd32_msglen_t _msg_cbytes; /* # of bytes currently in queue */ member in struct:netbsd32_msqid_ds50 |