Lines Matching defs:cnmp
66 struct MsgPort *cnmp;
131 mc->cnmp = CreateMsgPort();
133 if (!mc->cnmp)
136 mc->cnior = (struct AmigaIO *)CreateIORequest(mc->cnmp, sizeof(struct AmigaIO));
156 mc->tmior = (struct TimerIO *)CreateIORequest(mc->cnmp, sizeof(struct TimerIO));
182 if (mc->cnmp)
183 DeleteMsgPort(mc->cnmp);
215 if (mc->cnmp)
216 DeleteMsgPort(mc->cnmp);
294 ior = WaitPort(mc->cnmp);