Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/rt/
H A Dmqueue.c146 #define MQ_PTR(m, n) ((msghdr_t *)((uintptr_t)m + (uintptr_t)n)) macro
226 MQ_PTR(mqhp, currentp)->msg_next = 0; in mq_init()
231 MQ_PTR(mqhp, currentp)->msg_next = nextp; in mq_init()
232 MQ_PTR(mqhp, nextp)->msg_next = 0; in mq_init()
261 curbuf = MQ_PTR(mqhp, currentp); in mq_getmsg()
309 curbuf = MQ_PTR(mqhp, currentp); in mq_putmsg()
335 MQ_PTR(mqhp, *tailpp)->msg_next = currentp; in mq_putmsg()