Home
last modified time | relevance | path

Searched defs:serial_options (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp771 SerialPort::Options serial_options; OptionsFromURL() local
825 Create(int fd,OpenOptions options,Options serial_options,bool transfer_ownership) Create() argument
858 SerialPort(int fd,OpenOptions options,SerialPort::Options serial_options,bool transfer_ownership) SerialPort() argument
[all...]
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp770 llvm::Expected<SerialPort::Options> serial_options = ConnectSerialPort() local