Home
last modified time | relevance | path

Searched refs:st_birthtimespec (Results 1 – 25 of 34) sorted by relevance

12

/netbsd/lib/libc/compat/sys/
H A Dcompat___stat13.c89 ost->st_birthtimespec.tv_sec = (int32_t)st->st_birthtimespec.tv_sec; in cvtstat()
90 ost->st_birthtimespec.tv_nsec = st->st_birthtimespec.tv_nsec; in cvtstat()
H A Dcompat___stat30.c87 timespec_to_timespec50(&st->st_birthtimespec, &ost->st_birthtimespec); in cvtstat()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_conv.h502 sb32p->st_birthtimespec.tv_sec = (int32_t)sbp->st_birthtimespec.tv_sec; in netbsd32_from___stat13()
503 sb32p->st_birthtimespec.tv_nsec = (netbsd32_long)sbp->st_birthtimespec.tv_nsec; in netbsd32_from___stat13()
525 sb32p->st_birthtimespec.tv_sec = (int32_t)sbp->st_birthtimespec.tv_sec; in netbsd32_from___stat50()
526 sb32p->st_birthtimespec.tv_nsec = (netbsd32_long)sbp->st_birthtimespec.tv_nsec; in netbsd32_from___stat50()
552 sb32p->st_birthtimespec.tv_sec = (netbsd32_time_t)sbp->st_birthtimespec.tv_sec; in netbsd32_from_stat()
553 sb32p->st_birthtimespec.tv_nsec = (netbsd32_long)sbp->st_birthtimespec.tv_nsec; in netbsd32_from_stat()
H A Dnetbsd32.h828 struct netbsd32_timespec50 st_birthtimespec; member
844 struct netbsd32_timespec50 st_birthtimespec; /* time of creation */ member
865 struct netbsd32_timespec st_birthtimespec; /* time of creation */ member
/netbsd/sys/compat/sys/
H A Dstat.h129 struct timespec50 st_birthtimespec; member
152 struct timespec50 st_birthtimespec; /* time of creation */ member
/netbsd/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dstat-time.m417 # st_birthtimespec - FreeBSD, NetBSD (hidden on OpenBSD 3.9, anyway)
74 AC_CHECK_MEMBERS([struct stat.st_birthtimespec.tv_nsec], [],
/netbsd/sys/sys/
H A Dstat.h107 #define st_birthtimespec st_birthtim macro
108 #define st_birthtimensec st_birthtimespec.tv_nsec
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/m4/
H A Dstat-time.m417 # st_birthtimespec - FreeBSD, NetBSD (hidden on OpenBSD 3.9, anyway)
74 AC_CHECK_MEMBERS([struct stat.st_birthtimespec.tv_nsec], [],
/netbsd/sys/compat/common/
H A Dvfs_syscalls_50.c105 timespec_to_timespec50(&st->st_birthtimespec, &ost->st_birthtimespec); in cvtstat()
H A Dvfs_syscalls_30.c98 timespec_to_timespec50(&st->st_birthtimespec, &ost->st_birthtimespec); in cvtstat()
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_entry_stat.c107 st->st_birthtimespec.tv_nsec = archive_entry_birthtime_nsec(entry); in archive_entry_stat()
H A Darchive_entry_copy_stat.c69 archive_entry_set_birthtime(entry, st->st_birthtime, st->st_birthtimespec.tv_nsec); in archive_entry_copy_stat()
/netbsd/sys/rump/librump/rumpkern/
H A Dcons.c147 sb->st_birthtimespec = ts; in rumpcons_stat()
/netbsd/sys/rump/kern/lib/libsys_cygwin/
H A Drump_cygwin_compat.c87 timespec_to_timespec50(&sb->st_birthtimespec, &ssb->st_btim); in bsd_to_cygwin_stat()
/netbsd/lib/libpuffs/
H A Dsubr.c281 va->va_birthtime = sb->st_birthtimespec; in puffs_stat2vattr()
/netbsd/sys/kern/
H A Dsys_memfd.c306 st->st_birthtimespec = mfd->mfd_btime; in memfd_stat()
H A Dsys_eventfd.c397 st->st_birthtimespec = st->st_ctimespec = efd->efd_btime; in eventfd_fop_stat()
H A Dsys_timerfd.c371 st->st_birthtimespec = tfd->tfd_btime; in timerfd_fop_stat()
H A Duipc_sem.c823 ub->st_mtimespec = ub->st_ctimespec = ub->st_birthtimespec = in ksem_stat_fop()
H A Dsys_pipe.c879 ub->st_ctimespec = ub->st_birthtimespec = pipe->pipe_btime; in pipe_stat()
H A Dsys_mqueue.c335 st->st_ctimespec = st->st_birthtimespec = mq->mq_btime; in mq_stat_fop()
/netbsd/sys/dev/putter/
H A Dputter.c435 st->st_ctimespec = st->st_birthtimespec = pi->pi_btime; in putter_fop_stat()
/netbsd/sys/dev/dmover/
H A Ddmover_io.c610 st->st_ctimespec = st->st_birthtimespec = ds->ds_btime; in dmio_stat()
/netbsd/external/mit/libuv/dist/src/unix/
H A Dfs.c1451 dst->st_birthtim.tv_sec = src->st_birthtimespec.tv_sec; in uv__to_stat()
1452 dst->st_birthtim.tv_nsec = src->st_birthtimespec.tv_nsec; in uv__to_stat()
/netbsd/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_entry.c681 st.st_birthtimespec.tv_nsec = 7459386; in DEFINE_TEST()

12