Home
last modified time | relevance | path

Searched refs:msg_cbytes (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/sys/
Dmsg.h69 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
/freebsd-12-stable/sys/compat/linux/
Dlinux_ipc.c168 l_ushort msg_cbytes; /* current number of bytes on queue */ member
253 bsp->msg_cbytes = lsp->msg_cbytes; in linux_to_bsd_msqid_ds()
268 lsp->msg_cbytes = bsp->msg_cbytes; in bsd_to_linux_msqid_ds()
345 if (linux_msqid64->msg_cbytes > USHRT_MAX) in linux_msqid_pushdown()
346 linux_msqid.msg_cbytes = USHRT_MAX; in linux_msqid_pushdown()
348 linux_msqid.msg_cbytes = linux_msqid64->msg_cbytes; in linux_msqid_pushdown()
349 linux_msqid.msg_lcbytes = linux_msqid64->msg_cbytes; in linux_msqid_pushdown()
Dlinux_ipc64.h84 l_ulong msg_cbytes; /* current number of bytes on queue */ member
/freebsd-12-stable/sys/kern/
Dsysv_msg.c421 racct_sub_cred(msqkptr->cred, RACCT_MSGQSIZE, msqkptr->u.msg_cbytes); in msq_remove()
431 msqkptr->u.msg_cbytes -= msghdr->msg_ts; in msq_remove()
438 if (msqkptr->u.msg_cbytes != 0) in msq_remove()
737 msqkptr->u.msg_cbytes = 0; in sys_msgget()
868 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes) { in kern_msgsnd()
942 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes) in kern_msgsnd()
1092 msqkptr->u.msg_cbytes += msghdr->msg_ts; in kern_msgsnd()
1339 msqkptr->u.msg_cbytes -= msghdr->msg_ts; in kern_msgrcv()
1451 CP(tmsqk, tmsqk32, u.msg_cbytes); in sysctl_msqids()
1720 CP(msqbuf32, msqbuf, msg_cbytes); in freebsd7_freebsd32_msgctl()
[all …]
/freebsd-12-stable/sys/compat/freebsd32/
Dfreebsd32_ipc.h74 uint32_t msg_cbytes; member
159 uint32_t msg_cbytes; member
/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_ipc.c78 ibp->msg_cbytes = (u_short)bp->msg_cbytes;
95 bp->msg_cbytes = ibp->msg_cbytes;
Dibcs2_ipc.h50 u_short msg_cbytes; member
/freebsd-12-stable/usr.bin/ipcs/
Dipcs.c361 kmsqptr->u.msg_cbytes, in print_kmsqptr()