Lines Matching defs:md
41 int mdestroy(MESG *md)46 if (!md || md->type != MD_MASTER || md->file == NULL) {51 if (fdetach(md->file) != 0)54 pfd.fd = md->readfd;57 if (ioctl(md->readfd, I_RECVFD, &recbuf) == 0)64 if (ioctl(md->writefd, I_POP, 0) != 0)67 Free(md->file);68 md->file = NULL;70 (void) mdisconnect(md);