Searched refs:IOTYPE (Results 1 – 5 of 5) sorted by relevance
83 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in ptree()252 unsigned short type = flag & IOTYPE; in pioact()951 unsigned short type = iop->ioflag & IOTYPE; in dumpioact()
100 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in execute()1408 int iotype = iop->ioflag & IOTYPE; in iosetup()
197 ishere = (iop->ioflag & IOTYPE) == IOHERE; in synio()
1559 switch (io->ioflag & IOTYPE) { in comsub()
2019 #define IOTYPE 0xF /* type: bits 0:3 */ macro