Home
last modified time | relevance | path

Searched refs:dual_timestamp_from_boottime (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Dtime-util.h85 dual_timestamp* dual_timestamp_from_boottime(dual_timestamp *ts, usec_t u);
Dtime-util.c171 dual_timestamp* dual_timestamp_from_boottime(dual_timestamp *ts, usec_t u) { in dual_timestamp_from_boottime() function
/systemd-251/src/machine/
Dmachined.c130 dual_timestamp_from_boottime(&t->timestamp, 0); in manager_add_host_machine()