Searched refs:iotype (Results 1 – 2 of 2) sorted by relevance
1273 int iotype = iop->flag & IOTYPE; in iosetup() local1278 if (iotype != IOHERE) in iosetup()1283 iotmp.name = (iotype == IOHERE) ? NULL : cp; in iosetup()1291 switch (iotype) { in iosetup()1356 iotype == IODUP ? "dup" : in iosetup()1357 (iotype == IOREAD || iotype == IOHERE) ? in iosetup()1389 if (iotype != IODUP) in iosetup()1393 if (iotype != IODUP) in iosetup()
222 unsigned char iotype; /* io access style */ member