Home
last modified time | relevance | path

Searched refs:boot_timestamps (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/shared/
Dboot-timestamps.h6 int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_timestamp *loader);
Dboot-timestamps.c9 int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_timestamp *loader) { in boot_timestamps() function
/systemd-251/src/test/
Dtest-boot-timestamps.c58 r = boot_timestamps(NULL, &fw, &l); in test_boot_timestamps()
/systemd-251/src/core/
Dmanager.c867 boot_timestamps(m->timestamps + MANAGER_TIMESTAMP_USERSPACE, in manager_new()