Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dclock-util.h7 typedef enum ClockChangeDirection { enum
13 } ClockChangeDirection; typedef
20 int clock_apply_epoch(ClockChangeDirection *ret_attempted_change);
Dclock-util.c136 int clock_apply_epoch(ClockChangeDirection *ret_attempted_change) { in clock_apply_epoch()
/systemd-251/src/core/
Dmain.c1563 ClockChangeDirection change_dir; in initialize_clock()