Home
last modified time | relevance | path

Searched defs:mqueue (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/sys/
H A Dmqueue.h77 struct mqueue { struct
78 char mq_name[MQ_NAMELEN];
79 struct lock mq_mtx;
80 int mq_send_cv; /* Condition variables for tsleep() */
104 LIST_ENTRY(mqueue) mq_list; argument
119 void mqueue_sysinit(void); argument
/dflybsd-src/usr.sbin/ppp/
H A Dmbuf.h41 struct mqueue { struct
42 struct mbuf *top;
43 struct mbuf *last;
44 size_t len;