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

/osnet-11/usr/src/lib/libc/port/rt/
H A Dmqueue.c110 } mqhdr_t; typedef in typeref:struct:mq_header
251 mq_init(mqhdr_t *mqhp, size_t msgsize, ssize_t maxmsg)
290 mqhp->mq_headpp = sizeof (mqhdr_t);
309 mq_getmsg(mqhdr_t *mqhp, char *msgp, uint_t *msg_prio)
364 mq_putmsg(mqhdr_t *mqhp, const char *msgp, ssize_t len, uint_t prio)
415 do_notify(mqhdr_t *mqhp)
433 mqhdr_t *mqhp = mqdp->mqd_mq;
462 mqhdr_t *mqhp;
509 total_size = sizeof (mqhdr_t) +
640 mqhdr_t *mqh
[all...]

Completed in 16 milliseconds