Searched refs:boot_time (Results 1 – 5 of 5) sorted by relevance
563 static krb5_timestamp boot_time = 0; in krb5_rc_file_store() local577 if (boot_time == 0) { in krb5_rc_file_store()580 assert(sizeof (boot_time) == sizeof (krb5_int32) && sizeof (krb5_int32) == sizeof (uint32_t)); in krb5_rc_file_store()581 (void) atomic_cas_32((uint32_t *)&boot_time, 0, btime); in krb5_rc_file_store()598 if (boot_time > 1 && in krb5_rc_file_store()599 rep->ctime < (boot_time + KRB5_RC_FSYNCLESS_FAST_SKEW)) in krb5_rc_file_store()644 else if (boot_time <= 1 || rep->ctime > (now + KRB5_RC_FSYNCLESS_FAST_SKEW)) in krb5_rc_file_store()
31 time_t boot_time = 0; variable37 boot_time = time(NULL); in _boot_time_init()
45 boot_time;
150 extern time_t boot_time;164 kstat_named_t boot_time; member840 zone_boot_time = boot_time; in system_misc_kstat_update()863 system_misc_kstat.boot_time.value.ui32 = (uint32_t) in system_misc_kstat_update()
318 time_t boot_time = 0; /* Boot time in seconds since 1970 */ variable1906 if (!boot_time) { in clkset()1907 boot_time = ts.tv_sec; in clkset()