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

  /src/sys/compat/common/
vfs_syscalls_43.c 96 cvttimespec(struct timespec50 *ots, const struct timespec *ts) function in typeref:typename:void
136 cvttimespec(&ost->st_atimespec, &st->st_atimespec);
137 cvttimespec(&ost->st_mtimespec, &st->st_mtimespec);
138 cvttimespec(&ost->st_ctimespec, &st->st_ctimespec);
vfs_syscalls_43.c 96 cvttimespec(struct timespec50 *ots, const struct timespec *ts) function in typeref:typename:void
136 cvttimespec(&ost->st_atimespec, &st->st_atimespec);
137 cvttimespec(&ost->st_mtimespec, &st->st_mtimespec);
138 cvttimespec(&ost->st_ctimespec, &st->st_ctimespec);

Completed in 21 milliseconds