Home
last modified time | relevance | path

Searched refs:SetStopBits (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h63 llvm::Error SetStopBits(unsigned int stop_bits);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp299 llvm::Error Terminal::SetStopBits(unsigned int stop_bits) { in SetStopBits() function in Terminal
H A DFile.cpp888 if (llvm::Error error = term.SetStopBits(*serial_options.StopBits)) in Create()