Home
last modified time | relevance | path

Searched refs:counter (Results 1 – 22 of 22) sorted by relevance

/systemd-251/test/units/
Dtestsuite-57-short-lived.sh5 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/
Dnetworkd-queue.c22 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 …]
Dnetworkd-queue.h77 unsigned *counter; member
104 unsigned *counter,
118 …_safe(link, type, userdata, free_func, hash_func, compare_func, process, counter, netlink_handler,… argument
131 counter, \
Dnetworkd-dhcp-prefix-delegation.c694 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/
DAUTOMATIC_BOOT_ASSESSMENT.md22 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 …]
DJOURNAL_FILE_FORMAT.md202 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
DHOME_DIRECTORY.md60 counter mode, using a key derived from the password via PBKDF2-HMAC-SHA512,
DUSER_RECORD.md523 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
DRANDOM_SEEDS.md196 system token they are combined and hashed with SHA256 (in counter mode, to
/systemd-251/src/journal-remote/
Dlog-generator.py41 counter = 0 variable
51 data = '{:0{}}'.format(counter, OPTIONS.data_size)
52 counter += 1
/systemd-251/src/libsystemd/sd-netlink/
Dtest-netlink.c382 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/
Duser-record-util.c1198 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/
Drandom-seed.c51 UINTN counter, in hash_once() argument
75 sha256_process_bytes(&counter, sizeof(counter), &hash); in hash_once()
Dutil.c735 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_resolvectl56 reset-statistics:"Resets the statistics counter shown in statistics to zero"
/systemd-251/src/core/
Dmanager.c216 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/
Dbpf.h6074 __u64 counter; member
/systemd-251/src/partition/
Drepart.c3089 uint64_t counter; in partition_acquire_uuid() member
3133 plaintext.counter = htole64(k); in partition_acquire_uuid()
/systemd-251/
DTODO165 generation counter into account that can only monotonically increase and can
389 * bootspec: remove tries counter from boot entry ids
DNEWS6077 * 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/
Dpci.ids33651 a003 Atom Processor D4xx/D5xx/N4xx/N5xx CHAPS counter
33661 a013 Atom Processor D4xx/D5xx/N4xx/N5xx CHAPS counter
D20-pci-vendor-model.hwdb98826 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