HomeSort by: relevance | last modified time | path
    Searched defs:comioport (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/i386/stand/efiboot/
eficons.c 101 static const short comioport[4] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8 }; local in function:getcomaddr
103 if (idx < __arraycount(comioport))
104 return comioport[idx];
eficons.c 101 static const short comioport[4] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8 }; local in function:getcomaddr
103 if (idx < __arraycount(comioport))
104 return comioport[idx];
eficons.c 101 static const short comioport[4] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8 }; local in function:getcomaddr
103 if (idx < __arraycount(comioport))
104 return comioport[idx];
eficons.c 101 static const short comioport[4] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8 }; local in function:getcomaddr
103 if (idx < __arraycount(comioport))
104 return comioport[idx];

Completed in 82 milliseconds