Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c63 } msghdr_t; typedef
144 #define MQ_PTR(m, n) ((msghdr_t *)((uintptr_t)m + (uintptr_t)n))
228 nextp = currentp + sizeof (msghdr_t) + temp; in mq_init()
239 msghdr_t *curbuf; in mq_getmsg()
294 msghdr_t *curbuf; in mq_putmsg()
437 maxmsg * (temp + sizeof (msghdr_t)) + in mq_open()