Home
last modified time | relevance | path

Searched refs:msg_qbytes (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dsysv_msg.c331 if (msqkptr->u.msg_qbytes != 0 || in msgunload()
522 if (msqkptr->u.msg_qbytes == 0) { in kern_msgctl()
584 if (msqbuf->msg_qbytes > msqkptr->u.msg_qbytes) { in kern_msgctl()
594 if (msqbuf->msg_qbytes == 0) { in kern_msgctl()
603 msqkptr->u.msg_qbytes = msqbuf->msg_qbytes; in kern_msgctl()
798 if (msqkptr->u.msg_qbytes == 0) { in kern_msgsnd()
1050 if (msqkptr->u.msg_qbytes == 0) { in kern_msgsnd()
1165 if (msqkptr->u.msg_qbytes == 0) { in kern_msgrcv()
1322 if (msqkptr->u.msg_qbytes == 0 || in kern_msgrcv()
1889 CP(msqold, msqbuf, msg_qbytes); in freebsd7_msgctl()
[all …]
/f-stack/freebsd/sys/
H A Dmsg.h71 msglen_t msg_qbytes; /* max # of bytes on the queue */ member
96 msglen_t msg_qbytes; /* max # of bytes on the queue */ member