Home
last modified time | relevance | path

Searched refs:zone_boot_time (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dzone.h65 time_t zone_boot_time; member
/illumos-gate/usr/src/uts/common/os/
H A Dkstat_fr.c816 time_t zone_boot_time; in system_misc_kstat_update() local
840 zone_boot_time = boot_time; in system_misc_kstat_update()
844 zone_boot_time = curproc->p_zone->zone_boot_time; in system_misc_kstat_update()
864 zone_boot_time; in system_misc_kstat_update()
H A Dclock.c1908 global_zone->zone_boot_time = ts.tv_sec; in clkset()
H A Dzone.c1948 zmp->zm_boot_time.value.ui64 = (uint64_t)zone->zone_boot_time; in zone_misc_kstat_update()
4127 zone->zone_boot_time = gethrestime_sec(); in zsched()
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h542 time_t zone_boot_time; /* Similar to boot_time */ member
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c206 return (curzone->zone_boot_time); in smb_get_boottime()