Home
last modified time | relevance | path

Searched refs:boottime_sec (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.121.3/bsd/sys/
H A Dtime.h223 time_t boottime_sec(void);
/xnu-8020.121.3/bsd/kern/
H A Dkern_time.c268 boottime_sec(void) in boottime_sec() function
/xnu-8020.121.3/bsd/miscfs/devfs/
H A Ddevfs_vnops.c507 file_node->dn_ctime.tv_sec = boottime_sec(); in devfs_getattr()
/xnu-8020.121.3/bsd/net/
H A Dif.c5425 if_data->ifi_lastchange.tv_sec += (uint32_t)boottime_sec(); in if_data_internal_to_if_data()
5482 if_data64->ifi_lastchange.tv_sec += (uint32_t)boottime_sec(); in if_data_internal_to_if_data64()
H A Dkpi_interface.c1945 last_change->tv_sec += boottime_sec(); in ifnet_lastchange()