Home | Sort by: relevance | last modified time | path |
/src/sys/compat/sys/ | |
msg.h | 35 u_long msg_qbytes; /* max # of bytes on the queue */ member in struct:msqid_ds14 50 msglen_t msg_qbytes; /* max # of bytes in the queue */ member in struct:msqid_ds13 70 uint64_t msg_qbytes; member in struct:msgid_ds_sysctl50 99 CVT(msg_qbytes); 118 CVT(msg_qbytes); 142 CVT(msg_qbytes); 161 CVT(msg_qbytes); |
/src/sys/sys/ | |
msg.h | 81 msglen_t msg_qbytes; /* max # of bytes in the queue */ member in struct:msqid_ds 122 uint64_t msg_qbytes; member in struct:msgid_ds_sysctl 187 (dst).msg_qbytes = (src).msg_qbytes; \ |
/src/sys/compat/netbsd32/ | |
netbsd32.h | 525 netbsd32_msglen_t msg_qbytes; /* max # of bytes in the queue */ member in struct:netbsd32_msqid_ds 544 netbsd32_msglen_t msg_qbytes; /* max # of bytes in the queue */ member in struct:netbsd32_msqid_ds50 567 netbsd32_u_long msg_qbytes; /* max # of bytes on the queue */ member in struct:netbsd32_msqid_ds14 |