Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dkwboot.c513 struct termios otio, tio; in kwboot_terminal() local
519 rc = tcgetattr(in, &otio); in kwboot_terminal()
521 tio = otio; in kwboot_terminal()
567 tcsetattr(in, TCSANOW, &otio); in kwboot_terminal()