Searched refs:need_restart (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dreadpassphrase.c49 int input, output, save_errno, i, need_restart, input_is_tty; local
66 need_restart = 0;
177 need_restart = 1;
181 if (need_restart)
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c65 int input, output, save_errno, i, need_restart; local
82 need_restart = 0;
191 need_restart = 1;
195 if (need_restart)
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c171 int input, output, save_errno, i, need_restart; local
188 need_restart = 0;
302 need_restart = 1;
306 if (need_restart)
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3255 bool need_restart = false; local
3263 need_restart = true;
3269 need_restart = true;
3272 if (was_opened && need_restart) {

Completed in 78 milliseconds