Searched refs:tty_value_to_baud (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dspeed_table.c75 speed_t tty_value_to_baud(unsigned int value) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dslattach.c171 baud_code = tty_value_to_baud(xatoi(baud_str));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dstty.c438 baud = tty_value_to_baud(xatou(arg));
1032 if (tty_value_to_baud(xatou(arg)) != (speed_t) -1) break;
1146 else /* true: if (tty_value_to_baud(xatou(arg)) != (speed_t) -1) */{
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dgetty.c154 r = tty_value_to_baud(value);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h737 extern speed_t tty_value_to_baud(unsigned int value);

Completed in 115 milliseconds