Searched refs:s5termios (Results 1 – 1 of 1) sorted by relevance
71 struct s5termios { struct605 struct s5termios s5termios; local611 s5termios.c_iflag = termios->c_iflag;612 s5termios.c_oflag = termios->c_oflag;613 s5termios.c_cflag = termios->c_cflag;614 s5termios.c_lflag = termios->c_lflag;615 memcpy(s5termios.c_cc, termios->c_cc, NCCS);616 return (_ioctl(des, request, &s5termios));628 struct s5termios s5termios; local634 ret = _ioctl(des, request, &s5termios);[all …]