Searched refs:mq_des (Results 1 – 1 of 1) sorted by relevance
77 typedef struct mq_des { struct78 struct mq_des *mqd_next; /* list of all open mq descriptors, */ argument79 struct mq_des *mqd_prev; /* needed for fork-safety */ argument107 uint64_t mq_des; /* pointer to msg Q descriptor */ member351 mqhp->mq_des = 0; in do_notify()617 if (mqhp->mq_des == (uintptr_t)mqdp && in mq_close()622 mqhp->mq_des = 0; in mq_close()965 if (mqhp->mq_des == (uintptr_t)mqdp && in mq_notify()981 mqhp->mq_des = 0; in mq_notify()1051 mqhp->mq_des = (uintptr_t)mqdp; in mq_notify()