Searched refs:seconds (Results 1 – 3 of 3) sorted by relevance
10 ulong minutes, seconds, milliseconds; in report_time() local16 seconds = total_seconds % 60; in report_time()23 printf(" %lu.%03lu seconds\n", seconds, milliseconds); in report_time()
2395 U-Boot started running. This shows the time in seconds and
30 void sntp_set_system_time(uint32_t seconds) in sntp_set_system_time() argument39 net_sntp_set_rtc(seconds + net_ntp_time_offset); in sntp_set_system_time()
Completed in 41 milliseconds