Searched refs:uart_initted (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_serial.c89 static int uart_initted = 0; /* 1 if init'ed */ variable
120 if (!uart_initted) return;
140 if (!uart_initted) return -1;
162 if ( /*uart_initted ||*/ uart_probe() == 0 ) return 0;
196 uart_initted = 1;

Completed in 72 milliseconds