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

  /external/mksh/src/
exec.c 89 (t->ioact[0]->flag & IOTYPE) == IOHERE &&
1273 int iotype = iop->flag & IOTYPE; local
1278 if (iotype != IOHERE)
1283 iotmp.name = (iotype == IOHERE) ? NULL : cp;
1291 switch (iotype) {
1356 iotype == IODUP ? "dup" :
1357 (iotype == IOREAD || iotype == IOHERE) ?
    [all...]
  /external/kernel-headers/original/linux/
serial_core.h 222 unsigned char iotype; /* io access style */ member in struct:uart_port

Completed in 49 milliseconds