Searched refs:tries (Results 1 – 11 of 11) sorted by relevance
/systemd-251/src/kernel-install/ |
D | 90-loaderentry.install | 86 if [ -r /etc/kernel/tries ]; then 87 read -r TRIES </etc/kernel/tries
|
/systemd-251/src/shared/ |
D | pkcs11-util.c | 110 for (unsigned tries = 0; tries < 16; tries++) { in pkcs11_get_slot_list_malloc() local 276 for (unsigned tries = 0; tries < 3; tries++) { in pkcs11_token_login() local 301 else if (tries == 0) in pkcs11_token_login() 308 token_label, friendly_name, tries+1); in pkcs11_token_login()
|
/systemd-251/docs/ |
D | AUTOMATIC_BOOT_ASSESSMENT.md | 56 counter (the initial counter is configurable in `/etc/kernel/tries`). 64 counting is enabled for it. The first number is the "tries left" counter 66 number is the "tries done" counter, encoding how many failed attempts to boot 70 zero.) If the "tries left" counter is above zero the entry is still considered 80 1. The user runs `echo 3 > /etc/kernel/tries` to enable boot counting.
|
D | ROOT_STORAGE_DAEMONS.md | 19 tries to clear up the resulting confusion, and what is now supported and what 69 resources) and tries to unmount/read-only mount/detach/kill them. It continues
|
D | HACKING.md | 231 plugin tries to run the mkosi-clangd.sh script. To be able to enter the root password in non-intera… 236 If configured correctly, a window will appear when your editor plugin tries to run the mkosi-clangd…
|
D | PREDICTABLE_INTERFACE_NAMES.md | 18 Another solution that has been implemented is `biosdevname` which tries to find fixed slot topology…
|
D | RANDOM_SEEDS.md | 147 cryptographic-grade RNGs, it tries to avoid blocking reads to the kernel's RNG,
|
/systemd-251/src/cryptsetup/ |
D | cryptsetup.c | 1753 unsigned tries; in run() local 1875 for (tries = 0; arg_tries == 0 || tries < arg_tries; tries++) { in run() 1902 … r = get_password(volume, source, until, tries == 0 && !arg_verify, &passwords); in run() 1932 if (arg_tries != 0 && tries >= arg_tries) in run()
|
/systemd-251/test/fuzz/fuzz-unit-file/ |
D | directives-all.service | 684 tries= key
|
/systemd-251/ |
D | TODO | 389 * bootspec: remove tries counter from boot entry ids 392 sync, i.e. parse out tries in both 865 non-zero "tries done" count 1565 …- when user tries to log into record signed by unrecognized key, automatically add key to our chai…
|
D | NEWS | 10793 * As an experimental feature, udev now tries to lock the 12056 * If the option "tries=0" is set for an entry of /etc/crypttab 12058 maximum number of tries.
|