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

/darwin-on-arm/xnu/bsd/sys/
H A Dtime.h226 time_t boottime_sec(void);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_time.c287 boottime_sec(void) function
H A Dkern_sysctl.c2486 time_t tv_sec = boottime_sec();
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vnops.c481 file_node->dn_ctime.tv_sec = boottime_sec();
/darwin-on-arm/xnu/bsd/net/
H A Dif.c3387 if_data->ifi_lastchange.tv_sec += boottime_sec();
3445 if_data64->ifi_lastchange.tv_sec += boottime_sec();
H A Dkpi_interface.c1255 last_change->tv_sec += boottime_sec();

Completed in 100 milliseconds