HomeSort by relevance Sort by last modified time
    Searched refs:should_sync_hwclock (Results 1 - 3 of 3) sorted by null

  /external/tlsdate/src/
tlsdated.c 135 opts->should_sync_hwclock = DEFAULT_SYNC_HWCLOCK;
157 opts->should_sync_hwclock = 0;
357 opts->should_sync_hwclock = e->value ? !strcmp (e->value, "yes") : 1;
500 if (state.opts.should_sync_hwclock &&
504 state.opts.should_sync_hwclock = 0;
520 if (state.opts.should_sync_hwclock)
tlsdate-setter.c 158 if (state->opts.should_sync_hwclock &&
tlsdate.h 125 int should_sync_hwclock; member in struct:opts

Completed in 168 milliseconds