Searched refs:IOTYPE (Results 1 – 5 of 5) sorted by relevance
72 (t->ioact[0]->ioflag & IOTYPE) == IOHERE) { in ptree()224 if ((iop->ioflag & (IOTYPE | IOHERESTR)) == IOHERE && in ptree()250 unsigned short type = flag & IOTYPE; in pioact()913 unsigned short type = iop->ioflag & IOTYPE; in dumpioact()
95 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in execute()1319 int iotype = iop->ioflag & IOTYPE; in iosetup()
194 ishere = (iop->ioflag & IOTYPE) == IOHERE; in synio()
1356 if ((io->ioflag & IOTYPE) != IOREAD) in comsub()
1358 #define IOTYPE 0xF /* type: bits 0:3 */ macro