Searched defs:arg_tries (Results 1 - 1 of 1) sorted by relevance

/systemd/src/cryptsetup/
H A Dcryptsetup.c49 static unsigned arg_tries = 3; variable
161 if (safe_atou(option+6, &arg_tries) < 0) {
679 for (tries = 0; arg_tries == 0 || tries < arg_tries; tries++) {
712 if (arg_tries != 0 && tries >= arg_tries) {

Completed in 861 milliseconds