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

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dclock.c31 time_t boot_time = 0; variable
37 boot_time = time(NULL);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_file.c486 * We use the boot_time kstat from the "unix" module.
489 * we treat boot_time with extra care: if it disappears or is renamed,
506 (kn = kstat_data_lookup(k, "boot_time")) == NULL ||
509 /* boot_time value sanity check */
516 syslog(LOG_ALERT, "Alert: Unable to determine boot_time (boot_time "
563 static krb5_timestamp boot_time = 0; local
573 * if boot_time <= 1 -> we always fsync() (see below)
574 * if boot_time == 1 -> don't bother trying to get it again (as it could be
577 if (boot_time
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dkstat_fr.c150 extern time_t boot_time;
164 kstat_named_t boot_time; member in struct:__anon369
176 { "boot_time", KSTAT_DATA_UINT32 },
836 zone_boot_time = boot_time;
859 system_misc_kstat.boot_time.value.ui32 = (uint32_t)
H A Dclock.c316 time_t boot_time = 0; /* Boot time in seconds since 1970 */ variable
1902 if (!boot_time) {
1903 boot_time = ts.tv_sec;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c189 extern time_t boot_time;
194 return (boot_time);

Completed in 90 milliseconds