/systemd-251/test/units/ |
D | testsuite-29.sh | 30 portablectl "${ARGS[@]}" attach --now --runtime /usr/share/minimal_0.raw minimal-app0 36 portablectl "${ARGS[@]}" reattach --now --runtime /usr/share/minimal_1.raw minimal-app0 45 portablectl detach --now --runtime /usr/share/minimal_1.raw minimal-app0 55 portablectl "${ARGS[@]}" attach --copy=symlink --now --runtime /tmp/minimal_0 minimal-app0 61 portablectl "${ARGS[@]}" reattach --now --enable --runtime /tmp/minimal_1 minimal-app0 70 portablectl detach --now --enable --runtime /tmp/minimal_1 minimal-app0 75 portablectl "${ARGS[@]}" attach --now --runtime --extension /usr/share/app0.raw /usr/share/minimal_… 81 portablectl "${ARGS[@]}" reattach --now --runtime --extension /usr/share/app0.raw /usr/share/minima… 87 portablectl detach --now --runtime --extension /usr/share/app0.raw /usr/share/minimal_1.raw app0 89 portablectl "${ARGS[@]}" attach --now --runtime --extension /usr/share/app1.raw /usr/share/minimal_… [all …]
|
D | testsuite-53.sh | 16 now=$(date +%s) 17 time_delta=$((next_elapsed - now)) 23 echo " now=${now}"
|
/systemd-251/ |
D | NEWS | 8 and CLOCK_BOOTTIME is now assumed to always exist. 10 * C11 with GNU extensions (aka "gnu11") is now used to build our 46 * sd-boot will now measure the kernel command line into TPM PCR 12 59 * busctl capture now writes output in the newer pcapng format instead 72 It is apparently used by the linker now. 82 os-release file (i.e.: contain at least an ID field) is now enforced. 88 entry generation logic has been reworked. The user may now pick 117 bootctl will now write this file automatically when installing the 125 * kernel-install will now create a "staging area" (an initially-empty 148 * sd-boot can now optionally beep when the menu is shown and menu [all …]
|
/systemd-251/src/test/ |
D | test-time-util.c | 385 x = now(CLOCK_REALTIME) - (1*USEC_PER_YEAR + 1*USEC_PER_MONTH); in TEST() 390 x = now(CLOCK_REALTIME) - (1*USEC_PER_YEAR + 2*USEC_PER_MONTH); in TEST() 395 x = now(CLOCK_REALTIME) - (2*USEC_PER_YEAR + 1*USEC_PER_MONTH); in TEST() 400 x = now(CLOCK_REALTIME) - (2*USEC_PER_YEAR + 2*USEC_PER_MONTH); in TEST() 406 x = now(CLOCK_REALTIME) - (1*USEC_PER_MONTH + 1*USEC_PER_DAY); in TEST() 411 x = now(CLOCK_REALTIME) - (1*USEC_PER_MONTH + 2*USEC_PER_DAY); in TEST() 416 x = now(CLOCK_REALTIME) - (2*USEC_PER_MONTH + 1*USEC_PER_DAY); in TEST() 421 x = now(CLOCK_REALTIME) - (2*USEC_PER_MONTH + 2*USEC_PER_DAY); in TEST() 427 x = now(CLOCK_REALTIME) - (1*USEC_PER_WEEK + 1*USEC_PER_DAY); in TEST() 432 x = now(CLOCK_REALTIME) - (1*USEC_PER_WEEK + 2*USEC_PER_DAY); in TEST() [all …]
|
D | test-selinux.c | 40 n1 = now(CLOCK_MONOTONIC); in test_loading() 42 n2 = now(CLOCK_MONOTONIC); in test_loading() 51 n1 = now(CLOCK_MONOTONIC); in test_cleanup() 53 n2 = now(CLOCK_MONOTONIC); in test_cleanup()
|
D | test-recurse-dir.c | 135 t1 = now(CLOCK_MONOTONIC); in main() 137 t2 = now(CLOCK_MONOTONIC); in main() 144 t3 = now(CLOCK_MONOTONIC); in main() 146 t4 = now(CLOCK_MONOTONIC); in main()
|
D | test-calendarspec.c | 28 u = now(CLOCK_REALTIME); in _test_one() 84 x = now(CLOCK_REALTIME); in TEST() 103 n = now(CLOCK_REALTIME); in TEST()
|
D | test-compress-benchmark.c | 89 n = now(CLOCK_MONOTONIC); in test_compress_decompress() 127 n2 = now(CLOCK_MONOTONIC); in test_compress_decompress()
|
/systemd-251/src/basic/ |
D | time-util.c | 50 usec_t now(clockid_t clock_id) { in now() function 69 ts->realtime = now(CLOCK_REALTIME); in dual_timestamp_get() 70 ts->monotonic = now(CLOCK_MONOTONIC); in dual_timestamp_get() 78 ts->realtime = now(CLOCK_REALTIME); in triple_timestamp_get() 79 ts->monotonic = now(CLOCK_MONOTONIC); in triple_timestamp_get() 80 ts->boottime = now(CLOCK_BOOTTIME); in triple_timestamp_get() 123 return map_clock_usec_internal(from, now(from_clock), now(to_clock)); in map_clock_usec() 149 nowr = now(CLOCK_REALTIME); in triple_timestamp_from_realtime() 152 ts->monotonic = map_clock_usec_internal(u, nowr, now(CLOCK_MONOTONIC)); in triple_timestamp_from_realtime() 153 ts->boottime = map_clock_usec_internal(u, nowr, now(CLOCK_BOOTTIME)); in triple_timestamp_from_realtime() [all …]
|
/systemd-251/src/libsystemd/sd-bus/ |
D | test-bus-benchmark.c | 115 t = now(CLOCK_MONOTONIC); in client_bisect() 118 if (now(CLOCK_MONOTONIC) >= t + arg_loop_usec) in client_bisect() 125 t = now(CLOCK_MONOTONIC); in client_bisect() 128 if (now(CLOCK_MONOTONIC) >= t + arg_loop_usec) in client_bisect() 191 t = now(CLOCK_MONOTONIC); in client_chart() 194 if (now(CLOCK_MONOTONIC) >= t + arg_loop_usec) in client_chart()
|
/systemd-251/src/core/ |
D | selinux-setup.c | 63 before_load = now(CLOCK_MONOTONIC); in mac_selinux_setup() 83 after_load = now(CLOCK_MONOTONIC); in mac_selinux_setup()
|
/systemd-251/src/shared/ |
D | utmp-wtmp.c | 69 t = now(CLOCK_REALTIME); in init_timestamp() 301 end = now(CLOCK_MONOTONIC) + TIMEOUT_USEC; in write_to_terminal() 308 t = now(CLOCK_MONOTONIC); in write_to_terminal() 368 FORMAT_TIMESTAMP(now(CLOCK_REALTIME)), in utmp_wall()
|
D | nscd-flush.c | 122 p = now(CLOCK_MONOTONIC); in nscd_flush_cache_one() 139 end = usec_add(now(CLOCK_MONOTONIC), NSCD_FLUSH_CACHE_TIMEOUT_USEC); in nscd_flush_cache()
|
D | watchdog.c | 198 watchdog_last_ping = now(CLOCK_BOOTTIME); in watchdog_ping_now() 414 usec_t ntime = now(CLOCK_BOOTTIME); in watchdog_runtime_wait() 433 ntime = now(CLOCK_BOOTTIME); in watchdog_ping()
|
D | killall.c | 114 n = now(CLOCK_MONOTONIC); in wait_for_children() 163 n = now(CLOCK_MONOTONIC); in wait_for_children()
|
/systemd-251/docs/ |
D | CONVERTING_TO_HOMED.md | 89 exists safely under the `/home/foobar.saved` name. Let's now create a new 112 5. Your new user account exists now, but it has an empty home directory. Let's 113 now migrate your old home directory into it. For that let's mount the new 134 And that's it, we are done already. You can log out now and should be able to 135 log in under your user account as usual, but now with `systemd-homed` managing
|
D | PREDICTABLE_INTERFACE_NAMES.md | 27 …default. The following different naming schemes for network interfaces are now supported by udev n… 35 By default, systemd v197 will now name interfaces following policy 1) if that information from the … 42 With this new scheme you now get: 52 * The network interface naming now follows more closely the scheme used for aliasing block device n… 57 …a single `eth0` interface. With this new scheme in place, an administrator now has to check first …
|
/systemd-251/catalog/ |
D | systemd.catalog.in | 16 files for writing and is now ready to process requests. 107 Subject: A new seat @SEAT_ID@ is now available 112 A new seat @SEAT_ID@ has been configured and is now available. 115 Subject: Seat @SEAT_ID@ has now been removed 144 Subject: System start-up is now complete 149 started. Note that this does not mean that the machine is now idle as services 159 Subject: User manager start-up is now complete 174 The system has now entered the @SLEEP@ sleep state. 181 The system has now left the @SLEEP@ sleep state. 188 System shutdown has been initiated. The shutdown has now begun and [all …]
|
D | systemd.ru.catalog.in | 123 # Subject: A new seat @SEAT_ID@ is now available 133 # Subject: A seat @SEAT_ID@ has now been removed 159 # Subject: System start-up is now complete 176 # Subject: User manager start-up is now complete
|
/systemd-251/src/rpm/ |
D | systemd-update-helper.in | 22 systemctl --no-reload disable --now "$@" 36 systemctl --user -M "$user@" disable --now "$@" &
|
/systemd-251/src/udev/ |
D | udevadm-settle.c | 175 deadline = now(CLOCK_MONOTONIC) + arg_timeout; in settle_main() 213 if (now(CLOCK_MONOTONIC) >= deadline) in settle_main()
|
D | udevadm-lock.c | 255 … path, FORMAT_TIMESPAN(usec_sub_unsigned(deadline, now(CLOCK_MONOTONIC)), 0)); in lock_device() 281 n = now(CLOCK_MONOTONIC); in lock_device() 352 deadline = usec_add(now(CLOCK_MONOTONIC), arg_timeout_usec); in lock_main()
|
/systemd-251/src/login/ |
D | logind-utmp.c | 102 n = now(CLOCK_REALTIME); in wall_message_timeout_handler() 129 n = now(CLOCK_REALTIME); in manager_setup_wall_message_timer()
|
/systemd-251/src/nspawn/ |
D | nspawn-stub-pid1.c | 118 current_usec = now(CLOCK_MONOTONIC); in stub_pid1() 193 quit_usec = now(CLOCK_MONOTONIC) + DEFAULT_TIMEOUT_USEC; in stub_pid1()
|
/systemd-251/src/systemctl/ |
D | systemctl-sysv-compat.c | 72 *ret = now(CLOCK_REALTIME) + USEC_PER_MINUTE * u; in parse_shutdown_time_spec() 89 n = now(CLOCK_REALTIME); in parse_shutdown_time_spec()
|