Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/rt/
H A Dmqueue.c392 struct mq_dn *mqdnp; in mq_open() local
515 mqdnp = ptr; in mq_open()
526 mqdnp->mqdn_flags = (oflag - FOPEN) & (FNONBLOCK); in mq_open()
535 mqdp->mqd_mqdn = mqdnp; in mq_open()
564 (void) munmap((caddr_t)mqdnp, sizeof (struct mq_dn)); in mq_open()
575 struct mq_dn *mqdnp = mqdp->mqd_mqdn; in mq_close_cleanup() local
592 (void) munmap((caddr_t)mqdnp, sizeof (struct mq_dn)); in mq_close_cleanup()