/systemd-251/test/units/ |
D | testsuite-57-short-lived.sh | 5 if [ -f /tmp/testsuite-57.counter ] ; then 6 read -r counter < /tmp/testsuite-57.counter 7 counter=$(("$counter" + 1)) 9 counter=0 12 echo "$counter" > /tmp/testsuite-57.counter 14 if [ "$counter" -eq 5 ] ; then
|
/systemd-251/src/network/ |
D | networkd-queue.c | 22 if (req->counter) in request_free() 23 (*req->counter)--; in request_free() 114 unsigned *counter, in request_new() argument 156 req->counter = counter; in request_new() 157 if (req->counter) in request_new() 158 (*req->counter)++; in request_new() 188 unsigned *counter, in link_queue_request_full() argument 196 process, counter, netlink_handler, ret); in link_queue_request_full() 239 if (req->counter) { in request_netlink_handler() 240 assert(*req->counter > 0); in request_netlink_handler() [all …]
|
D | networkd-queue.h | 77 unsigned *counter; member 104 unsigned *counter, 118 …_safe(link, type, userdata, free_func, hash_func, compare_func, process, counter, netlink_handler,… argument 131 counter, \
|
D | networkd-dhcp-prefix-delegation.c | 694 unsigned *counter, in dhcp_request_unreachable_route() argument 705 assert(counter); in dhcp_request_unreachable_route() 736 r = link_request_route(link, TAKE_PTR(route), true, counter, callback, NULL); in dhcp_request_unreachable_route()
|
/systemd-251/docs/ |
D | AUTOMATIC_BOOT_ASSESSMENT.md | 22 boot loader optionally maintains a per-boot-loader-entry counter that is 24 have non-zero counters over those which already reached a counter of zero 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 68 booted the first counter is decreased by one, and the second one increased by 69 one. (If the second counter is missing, then it is assumed to be equivalent to 70 zero.) If the "tries left" counter is above zero the entry is still considered 88 installed. The boot loader now sees the `+3` counter in the entry file 102 tag `+0-3`, i.e. the counter reached zero. At this point the entry will be [all …]
|
D | JOURNAL_FILE_FORMAT.md | 202 The **n_objects** field contains a counter for objects currently available in 203 this file. As objects are appended to the end of the file this counter is 224 **data_hash_chain_depth** is a counter of the deepest chain in the data hash 226 the previous deepest chain found. Note that the counter is updated during hash 227 table lookups, as the chains are traversed. This counter is used to determine 231 Similar, **field_hash_chain_depth** is a counter of the deepest chain in the 420 includes a practically unique string). **n_entries** is a counter of the total
|
D | HOME_DIRECTORY.md | 60 counter mode, using a key derived from the password via PBKDF2-HMAC-SHA512,
|
D | USER_RECORD.md | 523 counter goes above the value configured n `rateLimitIntervalBurst` log-ins are 847 `goodAuthenticationCounter` → An unsigned 64bit integer. This counter is 852 `badAuthenticationCounter` → An unsigned 64bit integer. This counter is 868 attempts in the current rate limiting interval, see above. If this counter
|
D | RANDOM_SEEDS.md | 196 system token they are combined and hashed with SHA256 (in counter mode, to
|
/systemd-251/src/journal-remote/ |
D | log-generator.py | 41 counter = 0 variable 51 data = '{:0{}}'.format(counter, OPTIONS.data_size) 52 counter += 1
|
/systemd-251/src/libsystemd/sd-netlink/ |
D | test-netlink.c | 382 int *counter = userdata; in pipe_handler() local 385 (*counter)--; in pipe_handler() 389 log_info_errno(r, "%d left in pipe. got reply: %m", *counter); in pipe_handler() 399 int counter = 0; in test_pipe() local 408 counter++; in test_pipe() 409 … assert_se(sd_netlink_call_async(rtnl, NULL, m1, pipe_handler, NULL, &counter, 0, NULL) >= 0); in test_pipe() 411 counter++; in test_pipe() 412 … assert_se(sd_netlink_call_async(rtnl, NULL, m2, pipe_handler, NULL, &counter, 0, NULL) >= 0); in test_pipe() 414 while (counter > 0) { in test_pipe()
|
/systemd-251/src/home/ |
D | user-record-util.c | 1198 uint64_t counter, usec; in user_record_good_authentication() local 1206 counter = 1; in user_record_good_authentication() 1209 counter = h->good_authentication_counter; /* saturate */ in user_record_good_authentication() 1212 counter = h->good_authentication_counter + 1; in user_record_good_authentication() 1226 r = json_variant_set_field_unsigned(&z, "goodAuthenticationCounter", counter); in user_record_good_authentication() 1245 h->good_authentication_counter = counter; in user_record_good_authentication() 1254 uint64_t counter, usec; in user_record_bad_authentication() local 1262 counter = 1; in user_record_bad_authentication() 1265 counter = h->bad_authentication_counter; /* saturate */ in user_record_bad_authentication() 1268 counter = h->bad_authentication_counter + 1; in user_record_bad_authentication() [all …]
|
/systemd-251/src/boot/efi/ |
D | random-seed.c | 51 UINTN counter, in hash_once() argument 75 sha256_process_bytes(&counter, sizeof(counter), &hash); in hash_once()
|
D | util.c | 735 UINT32 counter = PIT_FREQUENCY / PITCH; in beep() local 737 outb(TIMER_CONTROL2_PORT, counter & 0xFF); in beep() 738 outb(TIMER_CONTROL2_PORT, (counter >> 8) & 0xFF); in beep()
|
/systemd-251/shell-completion/zsh/ |
D | _resolvectl | 56 reset-statistics:"Resets the statistics counter shown in statistics to zero"
|
/systemd-251/src/core/ |
D | manager.c | 216 unsigned counter = 0, print_nr; in manager_print_jobs_in_progress() local 229 if (j->state == JOB_RUNNING && counter++ == print_nr) in manager_print_jobs_in_progress() 234 assert(counter == print_nr + 1); in manager_print_jobs_in_progress() 246 xsprintf(job_of_n, "(%u of %u) ", counter, m->n_running_jobs); in manager_print_jobs_in_progress()
|
/systemd-251/src/shared/linux/ |
D | bpf.h | 6074 __u64 counter; member
|
/systemd-251/src/partition/ |
D | repart.c | 3089 uint64_t counter; in partition_acquire_uuid() member 3133 plaintext.counter = htole64(k); in partition_acquire_uuid()
|
/systemd-251/ |
D | TODO | 165 generation counter into account that can only monotonically increase and can 389 * bootspec: remove tries counter from boot entry ids
|
D | NEWS | 6077 * socket units with Accept=yes will now maintain a "refused" counter in 6078 addition to the existing "accepted" counter, counting connections 6848 * For each service unit a restart counter is now kept: it is increased 8059 requesting the current iteration counter of the event loop. It starts
|
/systemd-251/hwdb.d/ |
D | pci.ids | 33651 a003 Atom Processor D4xx/D5xx/N4xx/N5xx CHAPS counter 33661 a013 Atom Processor D4xx/D5xx/N4xx/N5xx CHAPS counter
|
D | 20-pci-vendor-model.hwdb | 98826 ID_MODEL_FROM_DATABASE=Atom Processor D4xx/D5xx/N4xx/N5xx CHAPS counter 98856 ID_MODEL_FROM_DATABASE=Atom Processor D4xx/D5xx/N4xx/N5xx CHAPS counter
|