Home
last modified time | relevance | path

Searched refs:__st_birthtimespec (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/compat/openbsd/
Dopenbsd_stat.c60 struct timespec_compat __st_birthtimespec; member
99 ost->__st_birthtimespec.tv_sec = in cvtstat()
100 __BOUNDLONG(st->__st_birthtimespec.tv_sec); in cvtstat()
101 ost->__st_birthtimespec.tv_nsec = st->__st_birthtimespec.tv_nsec; in cvtstat()
/mirbsd/src/sys/sys/
Dstat.h74 struct timespec __st_birthtimespec; /* time of file creation */ member