HomeSort by: relevance | last modified time | path
    Searched refs:__msg (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
msg.h 63 struct __msg { struct
64 struct __msg *msg_next; /* next msg in the chain */
92 struct __msg *_msg_first; /* first message in the queue */
93 struct __msg *_msg_last; /* last message in the queue */
  /src/sys/compat/sys/
msg.h 31 struct __msg *msg_first; /* first message in the queue */
32 struct __msg *msg_last; /* last message in the queue */
61 struct __msg *_msg_first; /* first message in the queue */
62 struct __msg *_msg_last; /* last message in the queue */
  /src/sys/kern/
sysv_msg.c 78 static struct __msg *free_msghdrs; /* list of free msg headers */
81 static struct __msg *msghdrs; /* MSGTQL msg headers */
90 static void msg_freehdr(struct __msg *);
125 ALIGN(msginfo.msgtql * sizeof(struct __msg)) +
138 ALIGN(msginfo.msgtql * sizeof(struct __msg)));
194 ALIGN(msginfo.msgtql * sizeof(struct __msg)) +
212 struct __msg *new_msghdrs, *new_free_msghdrs;
226 ALIGN(msginfo.msgtql * sizeof(struct __msg)) +
274 ALIGN(msginfo.msgtql * sizeof(struct __msg)));
303 struct __msg *nmsghdr, *msghdr, *pmsghdr
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_socket.c 34 #define msg __msg /* Don't ask me! */
netbsd32_conv.h 38 #define msg __msg /* Don't ask me! */

Completed in 16 milliseconds