Searched refs:time_of_day (Results 1 – 1 of 1) sorted by relevance
1009 struct timeval time_of_day; in udf_set_timestamp_now() local1011 (void)gettimeofday(&time_of_day, NULL); in udf_set_timestamp_now()1012 now.tv_sec = time_of_day.tv_sec; in udf_set_timestamp_now()1013 now.tv_nsec = time_of_day.tv_usec * 1000; in udf_set_timestamp_now()4503 struct timeval time_of_day; in udf_proces_names() local4522 (void)gettimeofday(&time_of_day, NULL); in udf_proces_names()4524 volset_nr |= ((uint64_t) time_of_day.tv_sec) << 32; in udf_proces_names()