HomeSort by: relevance | last modified time | path
    Searched defs:linux_speeds (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/compat/linux/common/
linux_termios.h 142 static linux_speed_t linux_speeds[] = { variable in typeref:typename:linux_speed_t[]
262 bts->c_ispeed = bts->c_ospeed = linux_speeds[index];
343 for (i = 0; i < sizeof (linux_speeds) / sizeof (linux_speed_t); i++) {
344 if (bts->c_ospeed == linux_speeds[i]) {
436 bts->c_ispeed = bts->c_ospeed = linux_speeds[index];
535 for (i = 0; i < sizeof (linux_speeds) / sizeof (linux_speed_t); i++) {
536 if (bts->c_ospeed == linux_speeds[i]) {

Completed in 11 milliseconds