Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_tsol.c72 static struct termios _saved_tio; variable
201 } else if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) { in leave_raw_mode()
203 } else if (tcsetattr(fileno(stdout), TCSADRAIN, &_saved_tio) == -1) { in leave_raw_mode()
215 if (tcgetattr(fileno(stdout), &_saved_tio) < 0) { in enter_raw_mode()
220 tio = _saved_tio; in enter_raw_mode()
H A Dipmi_isol.c54 static struct termios _saved_tio; variable
292 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) in leave_raw_mode()
308 _saved_tio = tio; in enter_raw_mode()
H A Dipmi_sol.c91 static struct termios _saved_tio; variable
1152 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) in leave_raw_mode()
1168 _saved_tio = tio; in enter_raw_mode()