HomeSort by relevance Sort by last modified time
    Searched refs:iotype (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
exec.c 1115 int iotype = iop->flag & IOTYPE; local
1120 if (iotype != IOHERE)
1125 iotmp.name = (iotype == IOHERE) ? NULL : cp;
1133 switch (iotype) {
1195 iotype == IODUP ? "dup" :
1196 (iotype == IOREAD || iotype == IOHERE) ?
1227 if (iotype != IODUP)
1231 if (iotype != IODUP
    [all...]
  /external/kernel-headers/original/linux/
serial_core.h 222 unsigned char iotype; /* io access style */ member in struct:uart_port

Completed in 458 milliseconds