HomeSort by: relevance | last modified time | path
    Searched refs:iodev (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/stand/lib/
pcio.c 46 static int iodev; variable in typeref:typename:int
58 #define cominit_x() cominit(iodev - CONSDEV_COM0)
59 #define computc_x(ch) computc(ch, iodev - CONSDEV_COM0)
60 #define comgetc_x() comgetc(iodev - CONSDEV_COM0)
61 #define comstatus_x() comstatus(iodev - CONSDEV_COM0)
104 if (iodev == CONSDEV_PC)
124 iodev = CONSDEV_COM0 + i;
161 iodev = CONSDEV_PC;
168 iodev = dev;
169 btinfo_console.addr = getcomaddr(iodev - CONSDEV_COM0)
    [all...]
  /src/sys/arch/zaurus/stand/zboot/
unixcons.c 37 static int iodev = CONSDEV_GLASS; variable in typeref:typename:int
56 iodev = dev;
62 iodev = CONSDEV_GLASS;
72 if (iodev == CONSDEV_GLASS) {
80 fd = uopen(comdevname[iodev - CONSDEV_COM0], LINUX_O_RDWR);
96 iodev - CONSDEV_COM0);

Completed in 13 milliseconds