Home
last modified time | relevance | path

Searched refs:getcomaddr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/i386/stand/lib/
H A Dpcio.c65 static int getcomaddr(int);
86 getcomaddr(int idx) in getcomaddr() function
125 btinfo_console.addr = getcomaddr(i); in initio()
169 btinfo_console.addr = getcomaddr(iodev - CONSDEV_COM0); in initio()
180 btinfo_console.addr = getcomaddr(i); in initio()
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Deficons.c99 getcomaddr(int idx) in getcomaddr() function
124 btinfo_console.addr = getcomaddr(i); in efi_consinit()
149 btinfo_console.addr = getcomaddr(iodev - CONSDEV_COM0); in efi_consinit()
160 btinfo_console.addr = getcomaddr(iodev - CONSDEV_COM0); in efi_consinit()
229 btinfo_console.addr == getcomaddr(i)) { in efi_cons_show()
865 getcomaddr(idx) != 0; in efi_valid_com()