Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c57 int input, output, save_errno, i, need_restart; in readpassphrase() local
74 need_restart = 0; in readpassphrase()
183 need_restart = 1; in readpassphrase()
187 if (need_restart) in readpassphrase()
/freebsd/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase.c63 int input, output, save_errno, i, need_restart; in readpassphrase() local
78 need_restart = 0; in readpassphrase()
187 need_restart = 1; in readpassphrase()
191 if (need_restart) in readpassphrase()
/freebsd/lib/libc/gen/
H A Dreadpassphrase.c46 int input, output, save_errno, i, need_restart, input_is_tty; in readpassphrase() local
63 need_restart = 0; in readpassphrase()
174 need_restart = 1; in readpassphrase()
178 if (need_restart) in readpassphrase()
/freebsd/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c169 int input, output, save_errno, i, need_restart; in readpassphrase() local
188 need_restart = 0; in readpassphrase()
306 need_restart = 1; in readpassphrase()
310 if (need_restart) in readpassphrase()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3608 bool need_restart = false; in mlx5e_ioctl() local
3616 need_restart = true; in mlx5e_ioctl()
3622 need_restart = true; in mlx5e_ioctl()
3625 if (was_opened && need_restart) { in mlx5e_ioctl()