Searched refs:IOTYPE (Results 1 – 5 of 5) sorted by relevance
72 (t->ioact[0]->flag & IOTYPE) == IOHERE) { in ptree()224 if ((iop->flag & (IOTYPE | IOHERESTR)) == IOHERE && in ptree()250 int type = flag & IOTYPE; in pioact()893 int type = iop->flag & IOTYPE; in dumpioact()
93 (t->ioact[0]->flag & IOTYPE) == IOHERE && in execute()1287 int iotype = iop->flag & IOTYPE; in iosetup()
196 ishere = (iop->flag & IOTYPE) == IOHERE; in synio()
1342 #define IOTYPE 0xF /* type: bits 0:3 */ macro
1314 if ((io->flag & IOTYPE) != IOREAD) in comsub()