Home
last modified time | relevance | path

Searched refs:linux_speed_t (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/compat/linux/arch/mips/
H A Dlinux_types.h64 typedef unsigned int linux_speed_t; typedef
67 typedef unsigned long linux_speed_t; typedef
/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Dtermios.h32 int linux_cfsetspeed(struct linux_termios *t, linux_speed_t speed);
H A Dtermios.c40 linux_cfsetspeed(struct linux_termios *t, linux_speed_t speed) in linux_cfsetspeed()
/netbsd-src/sys/compat/linux/arch/powerpc/
H A Dlinux_types.h54 typedef unsigned int linux_speed_t; typedef
/netbsd-src/sys/compat/linux/arch/alpha/
H A Dlinux_types.h49 typedef unsigned int linux_speed_t; typedef
/netbsd-src/sys/compat/linux/arch/arm/
H A Dlinux_types.h49 typedef unsigned long linux_speed_t; typedef
/netbsd-src/sys/compat/linux/arch/amd64/
H A Dlinux_types.h52 typedef unsigned int linux_speed_t; typedef
/netbsd-src/sys/compat/linux/arch/m68k/
H A Dlinux_types.h49 typedef unsigned int linux_speed_t; typedef
/netbsd-src/sys/compat/linux/arch/i386/
H A Dlinux_types.h49 typedef unsigned long linux_speed_t; typedef
/netbsd-src/sys/compat/linux/arch/aarch64/
H A Dlinux_types.h47 typedef unsigned int linux_speed_t; typedef
/netbsd-src/sys/compat/linux/common/
H A Dlinux_termios.h88 linux_speed_t c_ispeed;
89 linux_speed_t c_ospeed;
142 static linux_speed_t linux_speeds[] = {
343 for (i = 0; i < sizeof (linux_speeds) / sizeof (linux_speed_t); i++) { in bsd_termios_to_linux32_termio()
535 for (i = 0; i < sizeof (linux_speeds) / sizeof (linux_speed_t); i++) { in bsd_termios_to_linux32_termios()