Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dmsg.h68 msglen_t msg_cbytes; /* number of bytes in use on the queue */ member
93 msglen_t msg_cbytes; /* number of bytes in use on the queue */ member
/freebsd-14.2/sys/compat/linux/
H A Dlinux_ipc.c164 l_ushort msg_cbytes; /* current number of bytes on queue */ member
249 bsp->msg_cbytes = lsp->msg_cbytes; in linux_to_bsd_msqid_ds()
264 lsp->msg_cbytes = bsp->msg_cbytes; in bsd_to_linux_msqid_ds()
338 if (linux_msqid64->msg_cbytes > USHRT_MAX) in linux_msqid_pushdown()
339 linux_msqid.msg_cbytes = USHRT_MAX; in linux_msqid_pushdown()
341 linux_msqid.msg_cbytes = linux_msqid64->msg_cbytes; in linux_msqid_pushdown()
342 linux_msqid.msg_lcbytes = linux_msqid64->msg_cbytes; in linux_msqid_pushdown()
H A Dlinux_ipc64.h82 l_ulong msg_cbytes; /* current number of bytes on queue */ member
/freebsd-14.2/sys/kern/
H A Dsysv_msg.c426 msqkptr->u.msg_cbytes -= msghdr->msg_ts; in msq_remove()
433 if (msqkptr->u.msg_cbytes != 0) in msq_remove()
731 msqkptr->u.msg_cbytes = 0; in sys_msgget()
1086 msqkptr->u.msg_cbytes += msghdr->msg_ts; in kern_msgsnd()
1445 CP(tmsqk, tmsqk32, u.msg_cbytes); in sysctl_msqids()
1748 CP(msqbuf32, msqbuf, msg_cbytes); in freebsd7_freebsd32_msgctl()
1765 CP(msqbuf, msqbuf32, msg_cbytes); in freebsd7_freebsd32_msgctl()
1793 CP(msqbuf32, msqbuf, msg_cbytes); in freebsd32_msgctl()
1809 CP(msqbuf, msqbuf32, msg_cbytes); in freebsd32_msgctl()
1918 CP(msqold, msqbuf, msg_cbytes); in freebsd7_msgctl()
[all …]
/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h71 uint32_t msg_cbytes; member
156 uint32_t msg_cbytes; member
/freebsd-14.2/usr.bin/ipcs/
H A Dipcs.c359 kmsqptr->u.msg_cbytes, in print_kmsqptr()