Searched refs:new_settings (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/top/
H A Dscreen.c78 static struct sgttyb new_settings; variable in typeref:struct:sgttyb
82 static struct termio new_settings; variable in typeref:struct:termio
86 static struct termios new_settings; variable in typeref:struct:termios
247 new_settings = old_settings;
250 new_settings.sg_flags |= CBREAK;
251 new_settings.sg_flags &= ~(ECHO|XTABS);
252 (void) ioctl(STDOUT, TIOCSETP, &new_settings);
277 new_settings = old_settings;
280 new_settings.c_lflag &= ~(ICANON|ECHO);
281 new_settings
[all...]
/freebsd-11.0-release/sys/dev/mpt/
H A Dmpt_raid.c68 uint32_t new_settings; member in union:mpt_raid_action_result::__anon10948

Completed in 199 milliseconds