Home
last modified time | relevance | path

Searched refs:start_timestamp (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-show.c59 usec_t start_timestamp; member
81 … uint64_t start_timestamp, exit_timestamp, start_timestamp_monotonic, exit_timestamp_monotonic; in exec_status_info_deserialize() local
114 &start_timestamp, &start_timestamp_monotonic, in exec_status_info_deserialize()
130 i->start_timestamp = (usec_t) start_timestamp; in exec_status_info_deserialize()
208 usec_t start_timestamp; member
609 i->start_timestamp == p->start_timestamp && in print_status_info()
610 i->exit_timestamp == p->start_timestamp) in print_status_info()
1319 … strna(FORMAT_TIMESTAMP_STYLE(info.start_timestamp, arg_timestamp_style)), in print_property()
1332 … strna(FORMAT_TIMESTAMP_STYLE(info.start_timestamp, arg_timestamp_style)), in print_property()
1909 … "t", NULL, offsetof(UnitStatusInfo, start_timestamp) … in show_one()
/systemd-251/src/core/
Ddbus-execute.h10 …DUAL_TIMESTAMP(prefix "StartTimestamp", (offset) + offsetof(ExecStatus, start_timestamp), flags), \
Dexecute.h87 dual_timestamp start_timestamp; member
Ddbus-execute.c1342 c->exec_status.start_timestamp.realtime, in append_exec_command()
1343 c->exec_status.start_timestamp.monotonic, in append_exec_command()
1386 c->exec_status.start_timestamp.realtime, in append_exec_ex_command()
1387 c->exec_status.start_timestamp.monotonic, in append_exec_ex_command()
Dexecute.c6377 dual_timestamp_get(&s->start_timestamp); in exec_status_start()
6416 if (dual_timestamp_is_set(&s->start_timestamp)) in exec_status_dump()
6419 prefix, FORMAT_TIMESTAMP(s->start_timestamp.realtime)); in exec_status_dump()
Dservice.c2784 …(void) serialize_dual_timestamp(f, "main-exec-status-start", &s->main_exec_status.start_timestamp); in service_serialize()
3059 deserialize_dual_timestamp(value, &s->main_exec_status.start_timestamp); in service_deserialize_item()