Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netkey/
H A Dkey.c546 clock_sec_t time_sec; in key_convert_continuous_time_ns() local
548 clock_get_calendar_microtime(&time_sec, &time_usec); in key_convert_continuous_time_ns()
556 time_sec -= time_offset_sec; in key_convert_continuous_time_ns()
558 time_sec--; in key_convert_continuous_time_ns()
565 return time_sec + ((time_usec >= (USEC_PER_SEC / 2)) ? 1 : 0); in key_convert_continuous_time_ns()