Home
last modified time | relevance | path

Searched refs:sptab (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_ioctl.c70 static struct speedtab sptab[] = { variable
269 l = ttspeedtab(bt->c_ospeed, sptab);
/freebsd-12-stable/sys/compat/linux/
Dlinux_ioctl.c383 static struct speedtab sptab[] = { variable
472 lios->c_cflag = bsd_to_linux_speed(bios->c_ispeed, sptab); in bsd_to_linux_termios()
663 linux_to_bsd_speed(lios->c_cflag & LINUX_CBAUD, sptab); in linux_to_bsd_termios()