HomeSort by: relevance | last modified time | path
    Searched defs:cnmp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/amiga/stand/bootblock/boot/
console.c 66 struct MsgPort *cnmp; member in struct:Console
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);
    [all...]
console.c 66 struct MsgPort *cnmp; member in struct:Console
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);
    [all...]

Completed in 68 milliseconds