Searched refs:attempt (Results 1 – 21 of 21) sorted by relevance
/systemd-251/src/libsystemd-network/ |
D | sd-dhcp-client.c | 107 uint64_t attempt; member 728 client->attempt = 0; in client_initialize() 762 static usec_t client_compute_request_timeout(usec_t now, uint64_t attempt) { in client_compute_request_timeout() argument 763 usec_t timeout = (UINT64_C(1) << MIN(attempt + 1, UINT64_C(6))) * USEC_PER_SEC; in client_compute_request_timeout() 1281 if (client->attempt >= client->max_attempts) in client_timeout_resend() 1284 client->attempt++; in client_timeout_resend() 1285 next_timeout = client_compute_request_timeout(time_now, client->attempt); in client_timeout_resend() 1309 client->attempt = 0; in client_timeout_resend() 1310 } else if (client->attempt >= client->max_attempts) in client_timeout_resend() 1317 if (r < 0 && client->attempt >= client->max_attempts) in client_timeout_resend() [all …]
|
/systemd-251/docs/ |
D | AUTOMATIC_BOOT_ASSESSMENT.md | 23 decreased by one on each attempt to boot the entry, prioritizing entries that 73 attempt completed successfully the entry's counters are removed from the name 90 indicating that at this point one attempt has started and thus only one less 93 4. Let's say this attempt to boot fails. On the following boot the boot loader 139 system that this boot attempt shall be considered successful.
|
D | ARCHITECTURE.md | 12 This section will attempt to provide a high-level overview of the various 89 require privileges, and will attempt to clearly log about what they need
|
D | INITRD_INTERFACE.md | 17 performance data to the administrator. In this page we attempt to roughly
|
D | COREDUMP_PACKAGE_METADATA.md | 32 This document will attempt to define a common metadata format specification, so that
|
D | USER_RECORD.md | 848 increased by one on every successful authentication attempt, i.e. an 849 authentication attempt where a security token of some form was presented and it 853 increased by one on every unsuccessfully authentication attempt, i.e. an 854 authentication attempt where a security token of some form was presented and it 858 of the last successful authentication attempt in µs since the UNIX epoch (1970). 861 unsuccessfully authentication attempt.
|
D | CGROUP_DELEGATION.md | 20 though the concepts stayed mostly the same. This is an attempt to provide more 406 create/remove child cgroups below it, it will also attempt to manage the 462 2. Don't attempt to set `Delegate=` in slice units, and in particular not in
|
D | JOURNAL_NATIVE_PROTOCOL.md | 48 identical. Typically a client would attempt to first send the data as datagram
|
D | CONTAINER_INTERFACE.md | 342 actual attempt to make use of the audit subsystem will fail. Note that 345 will make no attempt to use it. If you pass the capabilities to the payload
|
D | TEMPORARY_DIRECTORIES.md | 213 specifically `local-fs.target` — is up) should not attempt to make use of
|
D | PORTABILITY_AND_STABILITY.md | 137 This is not an attempt to comprehensively list all users of these APIs. We are just listing the mos…
|
/systemd-251/src/basic/ |
D | user-util.c | 522 unsigned attempt = 0; in getgroups_alloc() local 537 if (attempt++ > 10) in getgroups_alloc()
|
/systemd-251/src/systemd/ |
D | sd-dhcp-client.h | 289 uint64_t attempt);
|
/systemd-251/src/shared/ |
D | creds-util.c | 264 for (unsigned attempt = 0;; attempt++) { in get_credential_host_secret() local 271 if (attempt >= 3) /* Somebody is playing games with us */ in get_credential_host_secret()
|
/systemd-251/ |
D | README | 277 attempt to support also other non-EOL versions of various distros.
|
D | LICENSE.GPL2 | 173 except as expressly provided under this License. Any attempt
|
D | LICENSE.LGPL2.1 | 351 attempt otherwise to copy, modify, sublicense, link with, or
|
D | TODO | 1377 should be able to safely try another attempt when the bus call LoadUnit() is invoked. 1425 - bootspec: properly support boot attempt counters when parsing entry file names
|
D | NEWS | 40 which is what we attempt to use if available. systemd's direct usage 1055 * When discovering Windows installations sd-boot will now attempt to 3640 * systemd-cryptsetup will now attempt to load the keys to unlock 6324 operates on an "offline" OS tree, and will not attempt to talk to the 6879 * systemd will now attempt to load the virtio-rng.ko kernel module very 10838 * systemd-networkd will no longer automatically attempt to
|
/systemd-251/LICENSES/ |
D | LGPL-2.0-or-later.txt | 118 …tribute the Library except as expressly provided under this License. Any attempt otherwise to copy…
|
/systemd-251/hwdb.d/ |
D | usb.ids | 8 # body of your email (a bot will attempt to deal with it).
|