Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netkey/
H A Dkey.c561 clock_sec_t time_sec; in key_convert_continuous_time_ns() local
563 clock_get_calendar_microtime(&time_sec, &time_usec); in key_convert_continuous_time_ns()
571 time_sec -= time_offset_sec; in key_convert_continuous_time_ns()
573 time_sec--; in key_convert_continuous_time_ns()
580 return time_sec + ((time_usec >= (USEC_PER_SEC / 2)) ? 1 : 0); in key_convert_continuous_time_ns()