HomeSort by: relevance | last modified time | path
    Searched defs:iodev (Results 1 - 3 of 3) 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);
  /src/sys/arch/i386/stand/efiboot/
eficons.c 92 static int iodev; variable in typeref:typename:int
121 iodev = CONSDEV_COM0 + i;
122 if (!efi_valid_com(iodev))
146 iodev = dev;
149 btinfo_console.addr = getcomaddr(iodev - CONSDEV_COM0);
159 iodev = dev - CONSDEV_COM0KBD + CONSDEV_COM0;
160 btinfo_console.addr = getcomaddr(iodev - CONSDEV_COM0);
162 efi_cons_putc('0' + iodev - CONSDEV_COM0);
177 iodev = CONSDEV_PC;
188 strlcpy(btinfo_console.devname, iodev == CONSDEV_PC ? "pc" : "com", 16)
    [all...]

Completed in 40 milliseconds