Searched refs:IOWRITE (Results 1 – 5 of 5) sorted by relevance
253 (type == IOCAT || type == IOWRITE) ? 1 : in pioact()273 case IOWRITE: in pioact()918 DT(IOWRITE) in dumpioact()
1031 yylval.iop->ioflag == IOWRITE)) { in dbtestp_isa()
951 iop->ioflag |= c == '>' ? IOWRITE : IOREAD; in yylex()
1394 case IOWRITE: in iosetup()
1414 #define IOWRITE 0x2 /* > */ macro