HomeSort by: relevance | last modified time | path
    Searched refs:linux_speed_t (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/zaurus/stand/zboot/
termios.h 32 int linux_cfsetspeed(struct linux_termios *t, linux_speed_t speed);
termios.c 40 linux_cfsetspeed(struct linux_termios *t, linux_speed_t speed)
  /src/sys/compat/linux/arch/aarch64/
linux_types.h 47 typedef unsigned int linux_speed_t; typedef in typeref:typename:unsigned int
  /src/sys/compat/linux/arch/arm/
linux_types.h 49 typedef unsigned long linux_speed_t; typedef in typeref:typename:unsigned long
  /src/sys/compat/linux/arch/i386/
linux_types.h 49 typedef unsigned long linux_speed_t; typedef in typeref:typename:unsigned long
  /src/sys/compat/linux/arch/m68k/
linux_types.h 49 typedef unsigned int linux_speed_t; typedef in typeref:typename:unsigned int
  /src/sys/compat/linux/arch/powerpc/
linux_types.h 54 typedef unsigned int linux_speed_t; typedef in typeref:typename:unsigned int
  /src/sys/compat/linux/arch/alpha/
linux_types.h 49 typedef unsigned int linux_speed_t; typedef in typeref:typename:unsigned int
  /src/sys/compat/linux/arch/amd64/
linux_types.h 52 typedef unsigned int linux_speed_t; typedef in typeref:typename:unsigned int
  /src/sys/compat/linux/arch/mips/
linux_types.h 64 typedef unsigned int linux_speed_t; typedef in typeref:typename:unsigned int
67 typedef unsigned long linux_speed_t; typedef in typeref:typename:unsigned long
  /src/sys/compat/linux/common/
linux_termios.h 88 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++) {
535 for (i = 0; i < sizeof (linux_speeds) / sizeof (linux_speed_t); i++) {

Completed in 15 milliseconds