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

/haiku/src/system/boot/platform/u-boot/
H A Dconsole.cpp46 static SerialConsole sSerial; variable
168 gConsoleNode = &sSerial;
169 stdin = (FILE *)&sSerial;
170 stdout = (FILE *)&sSerial;
171 stderr = (FILE *)&sSerial;

Completed in 31 milliseconds