Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DTerminalFunctions.c36 const struct termios *pTermios in cfgetispeed() argument
39 return pTermios->c_ispeed; in cfgetispeed()
55 const struct termios *pTermios in cfgetospeed() argument
58 return pTermios->c_ospeed; in cfgetospeed()
77 struct termios *pTermios, in cfsetispeed() argument
84 pTermios->c_ispeed = NewSpeed; in cfsetispeed()
110 struct termios *pTermios, in cfsetospeed() argument
117 pTermios->c_ospeed = NewSpeed; in cfsetospeed()
144 struct termios *pTermios in tcgetattr() argument
160 (void)CopyMem((void *)pTermios, (const void *)Termio, sizeof(struct termios)); in tcgetattr()
[all …]
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtermios.h292 int tcgetattr (int fd, struct termios *pTermios);
318 int tcsetattr (int fd, int OptAct, const struct termios *pTermios);