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

/haiku/headers/private/kernel/arch/generic/
H A Ddebug_uart_8250.h33 int GetChar(bool wait);
H A Ddebug_uart.h33 virtual int GetChar(bool wait) = 0;
/haiku/headers/private/kernel/arch/arm/
H A Darch_uart_pl011.h34 int GetChar(bool wait);
/haiku/src/system/boot/platform/u-boot/
H A Dserial.cpp60 return gUART->GetChar(wait);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_uart_sifive.cpp81 ArchUARTSifive::GetChar(bool wait) function in class:ArchUARTSifive
H A Darch_debug_console.cpp63 return sArchDebugUART->GetChar(false);
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_uart_sifive.h82 virtual int GetChar(bool wait);
/haiku/src/system/kernel/arch/arm/
H A Darch_debug_console.cpp68 return sArchDebugUART->GetChar(false);
H A Darch_uart_pl011.cpp289 ArchUARTPL011::GetChar(bool wait) function in class:ArchUARTPL011
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug_console.cpp61 return sArchDebugUART->GetChar(false);
H A Darch_uart_linflex.cpp133 ArchUARTlinflex::GetChar(bool wait) function in class:ArchUARTlinflex
/haiku/src/system/boot/platform/openfirmware/
H A Dconsole.cpp41 char GetChar();
82 *buffer++ = GetChar();
165 Console::GetChar() function in class:Console
/haiku/src/system/kernel/arch/generic/
H A Ddebug_uart_8250.cpp148 DebugUART8250::GetChar(bool wait) function in class:DebugUART8250
/haiku/src/system/kernel/arch/ppc/
H A Darch_platform.cpp320 return fDebugUART->GetChar(false);
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h92 int GetChar(int32 row, int32 column,
H A DBasicTerminalBuffer.cpp295 BasicTerminalBuffer::GetChar(int32 row, int32 column, UTF8Char& character, function in class:BasicTerminalBuffer
H A DTermView.cpp1191 if (fVisibleTextBuffer->GetChar(fCursor.y - firstVisible, fCursor.x,
/haiku/headers/private/kernel/arch/arm64/
H A Darch_uart_linflex.h528 int GetChar(bool wait);

Completed in 95 milliseconds