Searched refs:BaudRate (Results 1 – 24 of 24) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_baudrate.c | 244 _nc_ospeed(int BaudRate) in _nc_ospeed() argument 248 (void) BaudRate; in _nc_ospeed() 250 if (BaudRate >= 0) { in _nc_ospeed() 254 if (speeds[i].actual_speed == BaudRate) { in _nc_ospeed()
|
/freebsd/stand/efi/include/ |
H A D | efiser.h | 74 IN UINT64 BaudRate, 117 UINT64 BaudRate; member
|
H A D | efidevp.h | 269 UINT64 BaudRate; member
|
/freebsd/sys/dev/uart/ |
H A D | uart_cpu_acpi.c | 178 switch (spcr->BaudRate) { in uart_cpu_acpi_spcr() 197 (int)spcr->BaudRate); in uart_cpu_acpi_spcr()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | File.cpp | 817 serial_options.BaudRate = baud_rate; in OptionsFromURL() 875 if (serial_options.BaudRate) { 876 if (llvm::Error error = term.SetBaudRate(*serial_options.BaudRate))
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | File.h | 461 std::optional<unsigned int> BaudRate; 441 std::optional<unsigned int> BaudRate; global() member
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl3.h | 262 UINT8 BaudRate; member
|
/freebsd/sys/contrib/edk2/Include/Protocol/ |
H A D | DevicePath.h | 704 UINT64 BaudRate; member
|
/freebsd/stand/efi/libefi/ |
H A D | eficom.c | 319 comc_port->baudrate = comc_port->sio->Mode->BaudRate; in comc_probe()
|
H A D | devpath.c | 312 ((UART_DEVICE_PATH *)node)->BaudRate, in efi_messaging_dev_path()
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbinfo3.c | 253 {ACPI_DMT_UINT8, ACPI_SPCR_OFFSET (BaudRate), "Baud Rate", 0},
|
/freebsd/stand/efi/loader/ |
H A D | main.c | 908 br = acpi_uart_baud(spcr->BaudRate); in check_acpi_spcr() 999 setenv_int("efi_com_speed", uart->BaudRate); in parse_uefi_con_out()
|
/freebsd/usr.sbin/bhyve/ |
H A D | acpi.c | 717 spcr.BaudRate = ACPI_SPCR_BAUD_RATE_115200; in build_spcr()
|
/freebsd/lib/libefivar/ |
H A D | efivar-dp-format.c | 1612 if (Uart->BaudRate == 0) { in DevPathToTextUart() 1615 UefiDevicePathLibCatPrint (Str, "Uart(%ld,", Uart->BaudRate); in DevPathToTextUart()
|
H A D | efivar-dp-parse.c | 2216 Uart->BaudRate = 115200; in DevPathFromTextUart() 2218 Strtoi64 (BaudStr, &Uart->BaudRate); in DevPathFromTextUart()
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpi.c | 1375 printf ("\tBaudRate=%d (%d)\n", spcr_xlate_baud(spcr->BaudRate), spcr->BaudRate); in acpi_handle_spcr()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltinfow | 388 int BaudRate)
|
H A D | llib-ltinfo | 366 int BaudRate)
|
H A D | llib-ltinfotw | 394 int BaudRate)
|
H A D | llib-ltinfot | 372 int BaudRate)
|
H A D | llib-lncursest | 3110 int BaudRate)
|
H A D | llib-lncurses | 3095 int BaudRate)
|
H A D | llib-lncursestw | 4071 int BaudRate)
|
H A D | llib-lncursesw | 4056 int BaudRate)
|