Home
last modified time | relevance | path

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

/external/tlsdate/src/
Dtlsdated.c135 opts->should_sync_hwclock = DEFAULT_SYNC_HWCLOCK; in set_conf_defaults()
157 opts->should_sync_hwclock = 0; in parse_argv()
357 opts->should_sync_hwclock = e->value ? !strcmp (e->value, "yes") : 1; in load_conf()
500 if (state.opts.should_sync_hwclock && in main()
504 state.opts.should_sync_hwclock = 0; in main()
520 if (state.opts.should_sync_hwclock) in main()
Dtlsdate-setter.c158 if (state->opts.should_sync_hwclock && in time_setter_coprocess()
Dtlsdate.h125 int should_sync_hwclock; member