Searched refs:IODUP (Results 1 – 5 of 5) sorted by relevance
255 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit : in pioact()280 case IODUP: in pioact()924 DT(IODUP) in dumpioact()
1370 case IODUP: { in iosetup()1407 iotype == IODUP ? "dup" : in iosetup()1442 if (iotype != IODUP) in iosetup()1446 if (iotype != IODUP) in iosetup()
225 nextiop->ioflag = IODUP; in synio()
954 iop->ioflag |= IODUP | (c == '<' ? IORDUP : 0); in yylex()
1364 #define IODUP 0x6 /* <&/>& */ macro