Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 11 of 11) sorted by relevance

/systemd-251/src/kernel-install/
D90-loaderentry.install86 if [ -r /etc/kernel/tries ]; then
87 read -r TRIES </etc/kernel/tries
/systemd-251/src/shared/
Dpkcs11-util.c110 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/
DAUTOMATIC_BOOT_ASSESSMENT.md56 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.
DROOT_STORAGE_DAEMONS.md19 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
DHACKING.md231 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…
DPREDICTABLE_INTERFACE_NAMES.md18 Another solution that has been implemented is `biosdevname` which tries to find fixed slot topology…
DRANDOM_SEEDS.md147 cryptographic-grade RNGs, it tries to avoid blocking reads to the kernel's RNG,
/systemd-251/src/cryptsetup/
Dcryptsetup.c1753 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/
Ddirectives-all.service684 tries= key
/systemd-251/
DTODO389 * 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…
DNEWS10793 * 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.