/systemd-251/shell-completion/zsh/ |
D | _timedatectl | 10 _timedatectl_set-time(){ 17 '0:Maintain RTC in universal time' 18 '1:Maintain RTC in local time' 26 '0:Disable NTP based network time configuration' 27 '1:Enable NTP based network time configuration' 35 'status:Show current time settings' 36 'set-time:Set system time' 39 'set-local-rtc:Control whether RTC is in local time'
|
D | _systemd-analyze | 48 'time:Print time spent in the kernel before reaching userspace' 49 'blame:Print list of running units ordered by time to init' 50 'critical-chain:Print a tree of the time critical chain of units' 63 'calendar:Validate repetitive calendar time events'
|
D | _journalctl | 108 '--list-boots[List boots ordered by time]' \ 132 '--interval=[Time interval for changing the FSS sealing key]:time interval' \ 141 '--vacuum-time=[Remove journal files older than specified time]:time' \
|
/systemd-251/test/ |
D | test-exec-deserialization.py | 10 import time 111 time.sleep(1) 118 time.sleep(4) 128 time.sleep(4) 138 time.sleep(4) 148 time.sleep(4) 158 time.sleep(4) 166 time.sleep(4) 185 time.sleep(2) 197 time.sleep(5)
|
D | networkd-test.py | 28 import time 401 time.sleep(1) 456 time.sleep(0.1) 790 time.sleep(5) 906 time.sleep(0.1) 958 time.sleep(0.1) 991 time.sleep(0.1)
|
/systemd-251/units/ |
D | systemd-time-wait-sync.service.in | 12 Documentation=man:systemd-time-wait-sync.service(8) 25 Before=time-sync.target shutdown.target 26 Wants=time-sync.target 31 ExecStart={{ROOTLIBEXECDIR}}/systemd-time-wait-sync
|
D | systemd-timesyncd.service.in | 17 Before=time-set.target sysinit.target shutdown.target 19 Wants=time-set.target 26 # correct time to work, but we likely won't acquire that without NTP. Let's
|
D | time-sync.target | 14 After=time-set.target 15 Wants=time-set.target
|
/systemd-251/src/analyze/ |
D | meson.build | 36 'analyze-time.c', 37 'analyze-time.h', 38 'analyze-time-data.c', 39 'analyze-time-data.h',
|
D | analyze-critical-chain.c | 28 if (times->time > 0) in list_dependencies_print() 31 FORMAT_TIMESPAN(times->time, USEC_PER_MSEC), ansi_normal()); in list_dependencies_print() 184 if (times->time) in list_dependencies() 186 FORMAT_TIMESPAN(times->time, USEC_PER_MSEC), ansi_normal()); in list_dependencies()
|
D | analyze-blame.c | 52 if (u->time <= 0) in verb_blame() 56 TABLE_TIMESPAN_MSEC, u->time, in verb_blame()
|
D | analyze-time-data.c | 276 t->time = t->activated - t->activating; in acquire_time_data() 278 t->time = t->deactivated - t->activating; in acquire_time_data() 280 t->time = 0; in acquire_time_data()
|
/systemd-251/docs/ |
D | PASSWORD_AGENTS.md | 10 …time as well. The basic idea is that a system component requesting a password entry can simply dro… 30 * Ignore files where the time specified in the `NotAfter=` field in the `[Ask]` section is in the p… 31 …e `ask.xxxx` file is deleted, watch this with inotify. b) the `NotAfter=` time elapses, if it is s… 37 …time. Your agent needs to be able to deal with that. Depending on your environment you may either …
|
D | DISTRO_PORTING.md | 42 For deployment, optimization (`-O2` or `-O3` compiler options), link time 53 `time[1-4].google.com`, if no other NTP configuration is available. 54 They serve time that uses a 55 [leap second smear](https://developers.google.com/time/smear)
|
D | BOOT_LOADER_INTERFACE.md | 17 when the loader was initialized. This value is the time spent in the firmware 23 time spent in the loader is the difference between `LoaderTimeExecUSec` and 34 string, in UTF-16. The time is specified in µs. 40 boot loader, to ensure it only takes effect a single time. This value is 59 by the boot loader, to ensure it only takes effect a single time. This value 100 will include them in its boot-time analysis. If `LoaderDevicePartUUID` is set,
|
D | JOURNAL_FILE_FORMAT.md | 74 * All offsets, sizes, time values, hashes (and most other numeric values) are 64bit unsigned intege… 79 * All time values are stored in usec since the respective epoch. 80 * Wall clock time values are relative to the Unix time epoch, i.e. January 1st, 1970. (`CLOCK_REALT… 81 * Monotonic time values are always stored jointly with the kernel boot ID value (i.e. `/proc/sys/ke… 112 object structures follow. Objects are appended to the end as time 222 file, referring to monotonic time of the boot identified by **boot_id**. 228 when it is a good time to rotate the journal file, because hash collisions 322 performance. No file locking is used. The only time where disk synchronization 351 fall back to simple time based polling of the files (maybe recheck every 2s). 501 wallclock time jumps (due to incorrect clocks being corrected) the realtime [all …]
|
D | TEMPORARY_DIRECTORIES.md | 85 have neither been changed nor read within a specific time frame are 109 unlinked out of the box), and there's no time window where a directory entry 134 4. Keep the access time of all temporary files created current. In regular 135 intervals, use `utimensat()` or a related call to update the access time 137 looks at the access time of files when deciding whether to delete them, it's 140 `ls`) primarily care for the modification time (rather than the access time) 141 using the access time for this purpose should be acceptable.
|
D | COREDUMP_PACKAGE_METADATA.md | 15 ELF binaries get stamped with a unique, build-time generated hex string identifier called 26 Thus it becomes desirable to add additional metadata to a binary at build time, so that 85 A reference implementations of a [build-time tool is provided](https://github.com/systemd/package-n… 86 and can be used to generate a linker script, which can then be used at build time via
|
D | USERDB_AND_DESKTOPS.md | 35 but most of the time just suspend them instead. Previously, the encryption keys 121 For a long time `accounts-daemon` has been included in Linux distributions 132 This probably means that for the time being, a user management UI (or other UI) 135 same time, and ignore `accounts-daemon`'s records if `systemd-homed` defines 139 for the time being.
|
/systemd-251/test/test-network/ |
D | systemd-networkd-tests.py | 20 import time 427 time.sleep(1) 459 time.sleep(1) 526 time.sleep(.2) 591 time.sleep(sleep_sec) 613 time.sleep(1) 644 time.sleep(1) 699 time.sleep(1) 709 time.sleep(1) 1304 time.sleep(1) [all …]
|
/systemd-251/coccinelle/ |
D | timestamp-is-set.cocci | 5 …ick with the literal expression in the implementation of timestamp_is_set(), i.e. in time-util.c */ 6 position p : script:python() { p[0].file != "src/basic/time-util.h" };
|
/systemd-251/src/timesync/ |
D | timesyncd-manager.c | 266 .time.tv_sec = (long)offset, in manager_adjust_clock() 267 .time.tv_usec = (offset - (double) (long) offset) * NSEC_PER_SEC, in manager_adjust_clock() 271 if (tmx.time.tv_usec < 0) { in manager_adjust_clock() 272 tmx.time.tv_sec -= 1; in manager_adjust_clock() 273 tmx.time.tv_usec += NSEC_PER_SEC; in manager_adjust_clock() 308 tmx.time.tv_sec, tmx.time.tv_usec / NSEC_PER_MSEC, in manager_adjust_clock()
|
D | wait-sync.c | 147 tx.time.tv_usec /= 1000; in clock_state_update() 148 t = timeval_load(&tx.time); in clock_state_update()
|
/systemd-251/src/timedate/ |
D | timedatectl.c | 40 usec_t time; member 89 if (i->time != 0) { in print_status_info() 90 sec = (time_t) (i->time / USEC_PER_SEC); in print_status_info() 93 sec = time(NULL); in print_status_info() 175 { "TimeUSec", "t", NULL, offsetof(StatusInfo, time) }, in show_status()
|
/systemd-251/src/shared/ |
D | calendarspec.c | 582 static int calendarspec_from_time_t(CalendarSpec *c, time_t time) { in calendarspec_from_time_t() argument 589 if (!gmtime_r(&time, &tm)) in calendarspec_from_time_t() 747 time_t time; in parse_date() local 753 time = value; in parse_date() 754 if ((unsigned long) time != value) in parse_date() 757 r = calendarspec_from_time_t(c, time); in parse_date()
|