Searched refs:boot_time (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_dfl.c776 * We use the boot_time kstat from the "unix" module.
779 * we treat boot_time with extra care: if it disappears or is renamed,
796 (kn = kstat_data_lookup(k, "boot_time")) == NULL ||
799 /* boot_time value sanity check */
806 syslog(LOG_ALERT, "Alert: Unable to determine boot_time (boot_time "
853 static krb5_timestamp boot_time = 0; local
863 * if boot_time <= 1 -> we always fsync() (see below)
864 * if boot_time == 1 -> don't bother trying to get it again (as it could be
867 if (boot_time
[all...]

Completed in 16 milliseconds