Searched refs:IOTYPE (Results 1 – 5 of 5) sorted by relevance
70 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in ptree()235 if ((iop->ioflag & (IOTYPE | IOHERESTR)) == IOHERE && in ptree()260 unsigned short type = flag & IOTYPE; in pioact()945 unsigned short type = iop->ioflag & IOTYPE; in dumpioact()
100 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in execute()1414 int iotype = iop->ioflag & IOTYPE; in iosetup()
197 ishere = (iop->ioflag & IOTYPE) == IOHERE; in synio()
1409 switch (io->ioflag & IOTYPE) { in comsub()
1946 #define IOTYPE 0xF /* type: bits 0:3 */ macro