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

/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_baudrate.c244 _nc_ospeed(int BaudRate) argument
248 (void) BaudRate;
250 if (BaudRate >= 0) {
254 if (speeds[i].actual_speed == BaudRate) {
/freebsd-current/stand/efi/include/
H A Defiser.h74 IN UINT64 BaudRate,
117 UINT64 BaudRate; member in struct:__anon697
H A Defidevp.h269 UINT64 BaudRate; member in struct:_UART_DEVICE_PATH
/freebsd-current/sys/dev/uart/
H A Duart_cpu_acpi.c170 switch (spcr->BaudRate) {
188 printf("SPCR has reserved BaudRate value: %d!\n",
189 (int)spcr->BaudRate);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h461 std::optional<unsigned int> BaudRate; member in struct:lldb_private::SerialPort::Options
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dactbl3.h262 UINT8 BaudRate; member in struct:acpi_table_spcr
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp817 serial_options.BaudRate = baud_rate;
875 if (serial_options.BaudRate) {
876 if (llvm::Error error = term.SetBaudRate(*serial_options.BaudRate))
/freebsd-current/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h704 UINT64 BaudRate; member in struct:__anon9420
/freebsd-current/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c253 {ACPI_DMT_UINT8, ACPI_SPCR_OFFSET (BaudRate), "Baud Rate", 0},
/freebsd-current/stand/efi/libefi/
H A Deficom.c319 comc_port->baudrate = comc_port->sio->Mode->BaudRate;
H A Ddevpath.c312 ((UART_DEVICE_PATH *)node)->BaudRate,
/freebsd-current/usr.sbin/bhyve/
H A Dacpi.c717 spcr.BaudRate = ACPI_SPCR_BAUD_RATE_115200;
/freebsd-current/lib/libefivar/
H A Defivar-dp-format.c1594 if (Uart->BaudRate == 0) {
1597 UefiDevicePathLibCatPrint (Str, "Uart(%ld,", Uart->BaudRate);
H A Defivar-dp-parse.c2118 Uart->BaudRate = 115200;
2120 Strtoi64 (BaudStr, &Uart->BaudRate);
/freebsd-current/stand/efi/loader/
H A Dmain.c788 setenv_int("efi_com_speed", uart->BaudRate);

Completed in 303 milliseconds