Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dsysv_msg.c146 out->msg_qbytes = in->msg_qbytes; in msqid_ds_kerneltouser32()
160 out->msg_qbytes = in->msg_qbytes; in msqid_ds_kerneltouser64()
181 out->msg_qbytes = in->msg_qbytes; in msqid_ds_user32tokernel()
195 out->msg_qbytes = in->msg_qbytes; in msqid_ds_user64tokernel()
408 if (msqptr->u.msg_qbytes == 0) { in msgctl()
512 if (msqbuf.msg_qbytes > msqptr->u.msg_qbytes) { in msgctl()
528 if (msqbuf.msg_qbytes == 0) { in msgctl()
539 msqptr->u.msg_qbytes = msqbuf.msg_qbytes; in msgctl()
749 if (msqptr->u.msg_qbytes == 0) { in msgsnd_nocancel()
1071 if (msqptr->u.msg_qbytes == 0) { in msgsnd_nocancel()
[all …]
/xnu-11215/bsd/sys/
H A Dmsg.h127 msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member
150 msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member
186 user_msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member
208 user64_msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member
226 user32_msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member