Searched defs:termios (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dtermios.h1 /* $NetBSD: termios.h,v 1.29 2005/12/11 12:25:21 christos Exp $ */
31 * @(#)termios.h 8.3 (Berkeley) 3/28/94
192 struct termios { struct
203 * Commands passed to tcsetattr() for setting the termios structure.
264 speed_t cfgetispeed(const struct termios *);
265 speed_t cfgetospeed(const struct termios *);
266 int cfsetispeed(struct termios *, speed_t);
267 int cfsetospeed(struct termios *, speed_t);
268 int tcgetattr(int, struct termios *);
269 int tcsetattr(int, int, const struct termios *);
[all...]

Completed in 175 milliseconds