Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dtime.h225 time_t boottime_sec(void);
/xnu-12377.1.9/bsd/kern/
H A Dkern_time.c269 boottime_sec(void) in boottime_sec() function
/xnu-12377.1.9/bsd/miscfs/devfs/
H A Ddevfs_vnops.c535 file_node->dn_ctime.tv_sec = boottime_sec(); in devfs_getattr()
/xnu-12377.1.9/bsd/net/
H A Dif.c6247 if_data->ifi_lastchange.tv_sec += (uint32_t)boottime_sec(); in if_data_internal_to_if_data()
6303 if_data64->ifi_lastchange.tv_sec += (uint32_t)boottime_sec(); in if_data_internal_to_if_data64()
H A Dkpi_interface.c1988 last_change->tv_sec += boottime_sec(); in ifnet_lastchange()