Symbol: st_birthtimespec
lib/libc/compat/sys/compat___stat13.c
85
ost->st_birthtimespec.tv_sec = (int32_t)st->st_birthtimespec.tv_sec;
lib/libc/compat/sys/compat___stat13.c
86
ost->st_birthtimespec.tv_nsec = st->st_birthtimespec.tv_nsec;
lib/libc/compat/sys/compat___stat30.c
83
timespec_to_timespec50(&st->st_birthtimespec, &ost->st_birthtimespec);
lib/libpuffs/subr.c
281
va->va_birthtime = sb->st_birthtimespec;
sys/compat/common/vfs_syscalls_30.c
98
timespec_to_timespec50(&st->st_birthtimespec, &ost->st_birthtimespec);
sys/compat/common/vfs_syscalls_50.c
105
timespec_to_timespec50(&st->st_birthtimespec, &ost->st_birthtimespec);
sys/compat/netbsd32/netbsd32.h
837
struct netbsd32_timespec50 st_birthtimespec;
sys/compat/netbsd32/netbsd32.h
853
struct netbsd32_timespec50 st_birthtimespec; /* time of creation */
sys/compat/netbsd32/netbsd32.h
874
struct netbsd32_timespec st_birthtimespec; /* time of creation */
sys/compat/netbsd32/netbsd32_conv.h
503
sb32p->st_birthtimespec.tv_sec = (int32_t)sbp->st_birthtimespec.tv_sec;
sys/compat/netbsd32/netbsd32_conv.h
504
sb32p->st_birthtimespec.tv_nsec = (netbsd32_long)sbp->st_birthtimespec.tv_nsec;
sys/compat/netbsd32/netbsd32_conv.h
526
sb32p->st_birthtimespec.tv_sec = (int32_t)sbp->st_birthtimespec.tv_sec;
sys/compat/netbsd32/netbsd32_conv.h
527
sb32p->st_birthtimespec.tv_nsec = (netbsd32_long)sbp->st_birthtimespec.tv_nsec;
sys/compat/netbsd32/netbsd32_conv.h
553
sb32p->st_birthtimespec.tv_sec = (netbsd32_time_t)sbp->st_birthtimespec.tv_sec;
sys/compat/netbsd32/netbsd32_conv.h
554
sb32p->st_birthtimespec.tv_nsec = (netbsd32_long)sbp->st_birthtimespec.tv_nsec;
sys/compat/sys/stat.h
129
struct timespec50 st_birthtimespec;
sys/compat/sys/stat.h
152
struct timespec50 st_birthtimespec; /* time of creation */
sys/dev/dmover/dmover_io.c
610
st->st_ctimespec = st->st_birthtimespec = ds->ds_btime;
sys/dev/putter/putter.c
435
st->st_ctimespec = st->st_birthtimespec = pi->pi_btime;
sys/kern/sys_eventfd.c
383
st->st_birthtimespec = st->st_ctimespec = efd->efd_btime;
sys/kern/sys_memfd.c
311
st->st_birthtimespec = mfd->mfd_btime;
sys/kern/sys_mqueue.c
335
st->st_ctimespec = st->st_birthtimespec = mq->mq_btime;
sys/kern/sys_pipe.c
876
ub->st_ctimespec = ub->st_birthtimespec = pipe->pipe_btime;
sys/kern/sys_timerfd.c
371
st->st_birthtimespec = tfd->tfd_btime;
sys/kern/uipc_sem.c
824
ub->st_mtimespec = ub->st_ctimespec = ub->st_birthtimespec =
sys/kern/vfs_vnops.c
805
sb->st_birthtimespec = va.va_birthtime;
sys/net/bpf.c
1530
st->st_ctimespec = st->st_birthtimespec = d->bd_btime;
sys/net/if_tap.c
930
st->st_ctimespec = st->st_birthtimespec = sc->sc_btime;
sys/opencrypto/cryptodev.c
2005
st->st_ctimespec = st->st_birthtimespec = fcr->btime;
sys/rump/kern/lib/libsys_cygwin/rump_cygwin_compat.c
87
timespec_to_timespec50(&sb->st_birthtimespec, &ssb->st_btim);
sys/rump/librump/rumpkern/cons.c
147
sb->st_birthtimespec = ts;
sys/sys/stat.h
108
#define st_birthtimensec st_birthtimespec.tv_nsec
tests/fs/vfs/t_vnops.c
142
TIME(st_birthtimespec);