Home
last modified time | relevance | path

Searched refs:boot_time (Results 1 – 5 of 5) sorted by path

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_file.c563 static krb5_timestamp boot_time = 0; in krb5_rc_file_store() local
577 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()
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dclock.c31 time_t boot_time = 0; variable
37 boot_time = time(NULL); in _boot_time_init()
H A Dmapfile-vers45 boot_time;
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c318 time_t boot_time = 0; /* Boot time in seconds since 1970 */ variable
1906 if (!boot_time) { in clkset()
1907 boot_time = ts.tv_sec; in clkset()
H A Dkstat_fr.c150 extern time_t boot_time;
164 kstat_named_t boot_time; member
840 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()