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

  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.h 87 BOOL serial_port; member in struct:preference_s
preference.c 62 #define SERIAL_PORT 15
85 TEXT("serial_port"),
169 debug_printf(TEXT(" serial port: %S\n"), pref->serial_port ?
355 case SERIAL_PORT:
357 buf.serial_port = TRUE;
360 buf.serial_port = FALSE;
659 if(buf->serial_port){
660 wsprintf(unibuf,TEXT("serial_port:t\r\n"));
663 wsprintf(unibuf,TEXT("serial_port:n\r\n"));
main.c 552 pref.serial_port = FALSE;
710 pref.serial_port, 0);
772 pref.serial_port = TRUE;
774 pref.serial_port = FALSE;
1198 if (pref.serial_port) {
1219 if (pref.serial_port) {

Completed in 13 milliseconds