| /dragonfly/usr.sbin/makefs/hammer2/ |
| HD | hammer2_subr.c | 140 hammer2_time_to_timespec(uint64_t xtime, struct timespec *ts) in hammer2_time_to_timespec() argument 142 ts->tv_sec = (unsigned long)(xtime / 1000000); in hammer2_time_to_timespec() 143 ts->tv_nsec = (unsigned int)(xtime % 1000000) * 1000L; in hammer2_time_to_timespec() 149 uint64_t xtime; in hammer2_timespec_to_time() local 151 xtime = (unsigned)(ts->tv_nsec / 1000) + in hammer2_timespec_to_time() 153 return(xtime); in hammer2_timespec_to_time() 160 hammer2_time_to_timeval(uint64_t xtime, struct timeval *tv) in hammer2_time_to_timeval() argument 162 tv->tv_sec = (unsigned long)(xtime / 1000000); in hammer2_time_to_timeval() 163 tv->tv_usec = (unsigned int)(xtime % 1000000); in hammer2_time_to_timeval()
|
| HD | hammer2.h | 1503 void hammer2_time_to_timespec(uint64_t xtime, struct timespec *ts); 1505 void hammer2_time_to_timeval(uint64_t xtime, struct timeval *tv);
|
| /dragonfly/sys/vfs/hammer2/ |
| HD | hammer2_subr.c | 134 hammer2_time_to_timespec(uint64_t xtime, struct timespec *ts) in hammer2_time_to_timespec() argument 136 ts->tv_sec = (unsigned long)(xtime / 1000000); in hammer2_time_to_timespec() 137 ts->tv_nsec = (unsigned int)(xtime % 1000000) * 1000L; in hammer2_time_to_timespec() 143 uint64_t xtime; in hammer2_timespec_to_time() local 145 xtime = (unsigned)(ts->tv_nsec / 1000) + in hammer2_timespec_to_time() 147 return(xtime); in hammer2_timespec_to_time()
|
| HD | hammer2.h | 1458 void hammer2_time_to_timespec(uint64_t xtime, struct timespec *ts);
|
| /dragonfly/sbin/newfs_hammer/ |
| HD | newfs_hammer.c | 478 uint64_t xtime; in nowtime() local 481 xtime = tv.tv_sec * 1000000LL + tv.tv_usec; in nowtime() 482 return(xtime); in nowtime() 681 uint64_t xtime; in format_root_directory() local 690 xtime = nowtime(); in format_root_directory() 697 idata->ctime = xtime; in format_root_directory() 698 idata->mtime = xtime; in format_root_directory() 699 idata->atime = xtime; in format_root_directory()
|
| /dragonfly/sys/vfs/hammer/ |
| HD | hammer_subs.c | 795 hammer_time_to_timespec(uint64_t xtime, struct timespec *ts) in hammer_time_to_timespec() argument 797 ts->tv_sec = (unsigned long)(xtime / 1000000); in hammer_time_to_timespec() 798 ts->tv_nsec = (unsigned int)(xtime % 1000000) * 1000L; in hammer_time_to_timespec() 804 uint64_t xtime; in hammer_timespec_to_time() local 806 xtime = (unsigned)(ts->tv_nsec / 1000) + in hammer_timespec_to_time() 808 return(xtime); in hammer_timespec_to_time()
|
| HD | hammer.h | 1064 void hammer_time_to_timespec(uint64_t xtime, struct timespec *ts);
|
| /dragonfly/usr.bin/find/ |
| HD | function.c | 291 time_t xtime; in f_Xtime() local 294 xtime = entry->fts_statp->st_atime; in f_Xtime() 296 xtime = entry->fts_statp->st_ctime; in f_Xtime() 298 xtime = entry->fts_statp->st_mtime; in f_Xtime() 301 COMPARE(now - xtime, plan->t_data.tv_sec); in f_Xtime() 303 COMPARE((now - xtime + 86400 - 1) / 86400, plan->t_data.tv_sec); in f_Xtime()
|
| /dragonfly/sbin/newfs_hammer2/ |
| HD | mkfs_hammer2.c | 254 uint64_t xtime; in nowtime() local 257 xtime = tv.tv_sec * 1000000LL + tv.tv_usec; in nowtime() 258 return(xtime); in nowtime()
|
| /dragonfly/sys/vfs/isofs/cd9660/ |
| HD | iso.h | 199 char xtime [ISODCL (45, 61)]; /* 8.4.26.1 */ member
|
| /dragonfly/contrib/cvs-1.12/ |
| HD | README.DELETED | 157 lib/xtime.h
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | dwarf2.c | 1918 unsigned int xtime ATTRIBUTE_UNUSED, in line_info_add_include_dir_stub() 1928 unsigned int dir, unsigned int xtime, in line_info_add_file_name() argument 1947 table->files[table->num_files].time = xtime; in line_info_add_file_name() 2286 unsigned int dir, xtime, size; in decode_line_info() local 2292 xtime = _bfd_safe_read_leb128 (abfd, line_ptr, &bytes_read, FALSE, line_end); in decode_line_info() 2297 if (!line_info_add_file_name (table, cur_file, dir, xtime, size)) in decode_line_info() 2316 unsigned int dir, xtime, size; in decode_line_info() local 2394 xtime = _bfd_safe_read_leb128 (abfd, line_ptr, &bytes_read, in decode_line_info() 2401 xtime, size)) in decode_line_info()
|