Searched refs:loader_timestamp (Results 1 - 3 of 3) sorted by relevance

/systemd/src/core/
H A Dmanager.h152 dual_timestamp loader_timestamp; member in struct:Manager
H A Dmanager.c575 boot_timestamps(&m->userspace_timestamp, &m->firmware_timestamp, &m->loader_timestamp);
2242 dual_timestamp_serialize(f, "loader-timestamp", &m->loader_timestamp);
2386 dual_timestamp_deserialize(l+17, &m->loader_timestamp);
2630 firmware_usec = m->firmware_timestamp.monotonic - m->loader_timestamp.monotonic;
2631 loader_usec = m->loader_timestamp.monotonic - m->kernel_timestamp.monotonic;
H A Ddbus-manager.c1905 BUS_PROPERTY_DUAL_TIMESTAMP("LoaderTimestamp", offsetof(Manager, loader_timestamp), SD_BUS_VTABLE_PROPERTY_CONST),

Completed in 372 milliseconds