Home | History | Annotate | Download | only in boot

Lines Matching refs:AmigaIO

43 #include "amigaio.h"
64 struct AmigaIO *cnior;
136 mc->cnior = (struct AmigaIO *)CreateIORequest(mc->cnmp, sizeof(struct AmigaIO));
160 if (OpenDevice("timer.device", 0, (struct AmigaIO*)mc->tmior, 0))
206 CloseDevice((struct AmigaIO *)mc->tmior);
270 struct AmigaIO *ior;
292 SendIO((struct AmigaIO *)mc->tmior);
296 AbortIO((struct AmigaIO *)mc->tmior);
309 AbortIO((struct AmigaIO *)mc->cnior);
311 WaitIO((struct AmigaIO *)mc->tmior);