Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c75 typedef struct mq_des { struct
76 struct mq_des *mqd_next; /* list of all open mq descriptors, */ argument
77 struct mq_des *mqd_prev; /* needed for fork-safety */ argument
105 uint64_t mq_des; /* pointer to msg Q descriptor */ argument
349 mqhp->mq_des = 0; in do_notify()
615 if (mqhp->mq_des == (uintptr_t)mqdp && in mq_close()
620 mqhp->mq_des = 0; in mq_close()
963 if (mqhp->mq_des == (uintptr_t)mqdp && in mq_notify()
979 mqhp->mq_des = 0; in mq_notify()
1049 mqhp->mq_des = (uintptr_t)mqdp; in mq_notify()