Searched refs:msg_cbytes (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_ipc.h48 u_short msg_cbytes; member in struct:ibcs2_msqid_ds
H A Dibcs2_ipc.c77 ibp->msg_cbytes = (u_short)bp->msg_cbytes;
96 bp->msg_cbytes = ibp->msg_cbytes;
/freebsd-11-stable/sys/sys/
H A Dmsg.h69 msglen_t msg_cbytes; /* number of bytes in use on the queue */ member in struct:msqid_ds_old
94 msglen_t msg_cbytes; /* number of bytes in use on the queue */ member in struct:msqid_ds
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h72 uint32_t msg_cbytes; member in struct:msqid_ds32
157 uint32_t msg_cbytes; member in struct:msqid_ds32_old
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_ipc.h73 u_long msg_cbytes; member in struct:svr4_msqid_ds
H A Dsvr4_ipc.c329 sds->msg_cbytes = bds->msg_cbytes;
347 bds->msg_cbytes = sds->msg_cbytes;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ipc64.h84 l_ulong msg_cbytes; /* current number of bytes on queue */ member in struct:l_msqid64_ds
H A Dlinux_ipc.c168 l_ushort msg_cbytes; /* current number of bytes on queue */ member in struct:l_msqid_ds
253 bsp->msg_cbytes = lsp->msg_cbytes;
268 lsp->msg_cbytes = bsp->msg_cbytes;
345 if (linux_msqid64->msg_cbytes > USHRT_MAX)
346 linux_msqid.msg_cbytes = USHRT_MAX;
348 linux_msqid.msg_cbytes = linux_msqid64->msg_cbytes;
349 linux_msqid.msg_lcbytes = linux_msqid64->msg_cbytes;
[all...]
/freebsd-11-stable/sys/kern/
H A Dsysv_msg.c414 racct_sub_cred(msqkptr->cred, RACCT_MSGQSIZE, msqkptr->u.msg_cbytes);
424 msqkptr->u.msg_cbytes -= msghdr->msg_ts;
431 if (msqkptr->u.msg_cbytes != 0)
432 panic("msg_cbytes is screwed up");
722 msqkptr->u.msg_cbytes = 0;
850 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes) {
851 DPRINTF(("msgsz + msg_cbytes > msg_qbytes\n"));
924 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes)
925 panic("msgsz + msg_cbytes > msg_qbytes");
1074 msqkptr->u.msg_cbytes
[all...]
/freebsd-11-stable/usr.bin/ipcs/
H A Dipcs.c361 kmsqptr->u.msg_cbytes,

Completed in 72 milliseconds