Searched defs:mqhdr_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c113 } mqhdr_t; typedef in typeref:struct:mq_header
180 mq_init(mqhdr_t *mqhp, size_t msgsize, ssize_t maxmsg)
219 mqhp->mq_headpp = sizeof (mqhdr_t);
238 mq_getmsg(mqhdr_t *mqhp, char *msgp, uint_t *msg_prio)
293 mq_putmsg(mqhdr_t *mqhp, const char *msgp, ssize_t len, uint_t prio)
344 do_notify(mqhdr_t *mqhp)
362 mqhdr_t *mqhp = mqdp->mqd_mq;
391 mqhdr_t *mqhp;
438 total_size = sizeof (mqhdr_t) +
574 mqhdr_t *mqh
[all...]

Completed in 46 milliseconds