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

/xnu-2782.1.97/bsd/sys/
H A Dtime.h208 time_t boottime_sec(void);
/xnu-2782.1.97/bsd/kern/
H A Dkern_time.c286 boottime_sec(void) function
H A Dkern_sysctl.c1906 time_t tv_sec = boottime_sec();
/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_vnops.c481 file_node->dn_ctime.tv_sec = boottime_sec();
/xnu-2782.1.97/bsd/net/
H A Dif.c3599 if_data->ifi_lastchange.tv_sec += boottime_sec();
3655 if_data64->ifi_lastchange.tv_sec += boottime_sec();
H A Dkpi_interface.c1500 last_change->tv_sec += boottime_sec();

Completed in 48 milliseconds