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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c77 typedef struct mq_des { struct
78 struct mq_des *mqd_next; /* list of all open mq descriptors, */
79 struct mq_des *mqd_prev; /* needed for fork-safety */
80 int mqd_magic; /* magic # to identify mq_des */
107 uint64_t mq_des; /* pointer to msg Q descriptor */ member in struct:mq_header
351 mqhp->mq_des = 0;
617 if (mqhp->mq_des == (uintptr_t)mqdp &&
622 mqhp->mq_des = 0;
965 if (mqhp->mq_des == (uintptr_t)mqdp &&
981 mqhp->mq_des
[all...]

Completed in 46 milliseconds