Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dslattach.c52 static int tcsetattr_serial_or_warn(struct termios *state) in tcsetattr_serial_or_warn() function
78 exitcode |= tcsetattr_serial_or_warn(&state); in restore_state_and_exit()
82 if (tcsetattr_serial_or_warn(&G.saved_state)) in restore_state_and_exit()
194 if (tcsetattr_serial_or_warn(&state)) in slattach_main()