Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dsysv_msg.c341 while (msghdr->msg_ts > 0) { in msg_freehdr()
352 msghdr->msg_ts -= msginfo.msgssz; in msg_freehdr()
354 msghdr->msg_ts = 0; in msg_freehdr()
943 msghdr->msg_ts = msgsz; in msgsnd_nocancel()
1212 if (msgsz < msghdr->msg_ts && in msgrcv_nocancel()
1216 msgsz, msghdr->msg_ts); in msgrcv_nocancel()
1260 if (msgsz < msghdr->msg_ts && in msgrcv_nocancel()
1264 msgsz, msghdr->msg_ts); in msgrcv_nocancel()
1392 msghdr->msg_ts); in msgrcv_nocancel()
1394 if (msgsz > msghdr->msg_ts) { in msgrcv_nocancel()
[all …]
/xnu-11215/bsd/sys/
H A Dmsg.h265 unsigned short msg_ts; /* size of this message */ member