HomeSort by: relevance | last modified time | path
    Searched refs:timespec_to_timespec50 (Results 1 - 14 of 14) sorted by relevancy

  /src/lib/libc/compat/sys/
compat___stat30.c 84 timespec_to_timespec50(&st->st_atimespec, &ost->st_atimespec);
85 timespec_to_timespec50(&st->st_mtimespec, &ost->st_mtimespec);
86 timespec_to_timespec50(&st->st_ctimespec, &ost->st_ctimespec);
87 timespec_to_timespec50(&st->st_birthtimespec, &ost->st_birthtimespec);
compat_nanosleep.c 75 timespec_to_timespec50(rtsp, rts50);
compat_clock.c 84 timespec_to_timespec50(timp, tim50);
96 timespec_to_timespec50(timp, tim50);
  /src/sys/compat/sys/
time_types.h 100 timespec_to_timespec50(const struct timespec *ts, struct timespec50 *ts50) function in typeref:typename:void
137 timespec_to_timespec50(&ts->it_interval, &ts50->it_interval);
138 timespec_to_timespec50(&ts->it_value, &ts50->it_value);
  /src/sys/rump/librump/rumpvfs/
rumpvfs_compat50.c 125 timespec_to_timespec50(&va->va_atime, &va50->va_atime);
126 timespec_to_timespec50(&va->va_ctime, &va50->va_ctime);
127 timespec_to_timespec50(&va->va_mtime, &va50->va_mtime);
128 timespec_to_timespec50(&va->va_birthtime, &va50->va_birthtime);
  /src/sys/dev/wscons/
wsevent_50.c 137 timespec_to_timespec50(&ev->time, &ev50.time);
  /src/sys/rump/kern/lib/libsys_cygwin/
rump_cygwin_compat.c 84 timespec_to_timespec50(&sb->st_atimespec, &ssb->st_atim);
85 timespec_to_timespec50(&sb->st_mtimespec, &ssb->st_mtim);
86 timespec_to_timespec50(&sb->st_ctimespec, &ssb->st_ctim);
87 timespec_to_timespec50(&sb->st_birthtimespec, &ssb->st_btim);
  /src/sys/compat/common/
vfs_syscalls_50.c 102 timespec_to_timespec50(&st->st_atimespec, &ost->st_atimespec);
103 timespec_to_timespec50(&st->st_mtimespec, &ost->st_mtimespec);
104 timespec_to_timespec50(&st->st_ctimespec, &ost->st_ctimespec);
105 timespec_to_timespec50(&st->st_birthtimespec, &ost->st_birthtimespec);
vfs_syscalls_12.c 96 timespec_to_timespec50(&st->st_atimespec, &ost->st_atimespec);
97 timespec_to_timespec50(&st->st_mtimespec, &ost->st_mtimespec);
98 timespec_to_timespec50(&st->st_ctimespec, &ost->st_ctimespec);
kern_50.c 111 timespec_to_timespec50(s, &ts50);
vfs_syscalls_30.c 95 timespec_to_timespec50(&st->st_atimespec, &ost->st_atimespec);
96 timespec_to_timespec50(&st->st_mtimespec, &ost->st_mtimespec);
97 timespec_to_timespec50(&st->st_ctimespec, &ost->st_ctimespec);
98 timespec_to_timespec50(&st->st_birthtimespec, &ost->st_birthtimespec);
kern_time_50.c 123 timespec_to_timespec50(&ats, &ats50);
168 timespec_to_timespec50(&ats, &ats50);
198 timespec_to_timespec50(&rmt, &rmt50);
555 timespec_to_timespec50(&ntv.time, &ntv50.time);
  /src/sys/fs/puffs/
puffs_compat.c 174 timespec_to_timespec50(&va->va_atime, &va50->va_atime);
175 timespec_to_timespec50(&va->va_ctime, &va50->va_ctime);
176 timespec_to_timespec50(&va->va_mtime, &va50->va_mtime);
177 timespec_to_timespec50(&va->va_birthtime, &va50->va_birthtime);
  /src/sys/rump/kern/lib/libsys_sunos/
rump_sunos_compat.c 126 timespec_to_timespec50(&sb->st_atimespec, &ssb->st_atim);
127 timespec_to_timespec50(&sb->st_mtimespec, &ssb->st_mtim);
128 timespec_to_timespec50(&sb->st_ctimespec, &ssb->st_ctim);

Completed in 19 milliseconds