HomeSort by: relevance | last modified time | path
    Searched defs:time_of_day (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/newfs_udf/
udf_core.c 1009 struct timeval time_of_day; local in function:udf_set_timestamp_now
1011 (void)gettimeofday(&time_of_day, NULL);
1012 now.tv_sec = time_of_day.tv_sec;
1013 now.tv_nsec = time_of_day.tv_usec * 1000;
4503 struct timeval time_of_day; local in function:udf_proces_names
4522 (void)gettimeofday(&time_of_day, NULL);
4524 volset_nr |= ((uint64_t) time_of_day.tv_sec) << 32;

Completed in 15 milliseconds