Home
last modified time | relevance | path

Searched refs:SerialPort (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h458 class SerialPort : public NativeFile {
471 static llvm::Expected<std::unique_ptr<SerialPort>>
488 SerialPort(int fd, OpenOptions options, Options serial_options,
491 SerialPort(const SerialPort &) = delete;
492 const SerialPort &operator=(const SerialPort &) = delete;
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp807 llvm::Expected<SerialPort::Options>
808 SerialPort::OptionsFromURL(llvm::StringRef urlqs) { in OptionsFromURL()
809 SerialPort::Options serial_options; in OptionsFromURL()
862 llvm::Expected<std::unique_ptr<SerialPort>>
863 SerialPort::Create(int fd, OpenOptions options, Options serial_options, in Create()
865 std::unique_ptr<SerialPort> out{ in Create()
866 new SerialPort(fd, options, serial_options, transfer_ownership)}; in Create()
895 SerialPort::SerialPort(int fd, OpenOptions options, in SerialPort() function in SerialPort
896 SerialPort::Options serial_options, in SerialPort()
900 Status SerialPort::Close() { in Close()
[all …]
/freebsd-src/sys/dev/uart/
H A Duart_cpu_acpi.c166 error = uart_cpu_acpi_init_devinfo(di, class, &spcr->SerialPort); in uart_cpu_acpi_spcr()
225 error = bus_space_map(di->bas.bst, spcr->SerialPort.Address, in uart_cpu_acpi_dbg2()
/freebsd-src/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp767 llvm::Expected<SerialPort::Options> serial_options = in ConnectSerialPort()
768 SerialPort::OptionsFromURL(qs); in ConnectSerialPort()
784 llvm::Expected<std::unique_ptr<SerialPort>> serial_sp = SerialPort::Create( in ConnectSerialPort()
/freebsd-src/sys/contrib/dev/acpica/include/
H A Dactbl3.h258 ACPI_GENERIC_ADDRESS SerialPort; member
/freebsd-src/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c249 {ACPI_DMT_GAS, ACPI_SPCR_OFFSET (SerialPort), "Serial Port Register", 0},
/freebsd-src/usr.sbin/bhyve/
H A Dacpi.c713 basl_fill_gas(&spcr.SerialPort, ACPI_ADR_SPACE_SYSTEM_IO, 8, 0, in build_spcr()