Home
last modified time | relevance | path

Searched refs:st_ctimespec (Results 1 – 25 of 43) sorted by relevance

12

/netbsd/sys/compat/aoutm68k/
H A Daoutm68k_stat.c253 ast->st_ctimespec.tv_sec = st->st_ctimespec.tv_sec; in aoutm68k_stat43_convert()
254 ast->st_ctimespec.tv_nsec = st->st_ctimespec.tv_nsec; in aoutm68k_stat43_convert()
279 ast->st_ctimespec.tv_sec = st->st_ctimespec.tv_sec; in aoutm68k_stat12_convert()
280 ast->st_ctimespec.tv_nsec = st->st_ctimespec.tv_nsec; in aoutm68k_stat12_convert()
308 ast->st_ctimespec.tv_sec = st->st_ctimespec.tv_sec; in aoutm68k_stat13_convert()
309 ast->st_ctimespec.tv_nsec = st->st_ctimespec.tv_nsec; in aoutm68k_stat13_convert()
H A Daoutm68k_stat.h53 struct timespec50 st_ctimespec;/* time of last file status change */ member
72 struct timespec50 st_ctimespec;/* time of last file status change */ member
93 struct timespec50 st_ctimespec;/* time of last file status change */ member
/netbsd/lib/libc/compat/sys/
H A Dcompat_stat.c83 ost->st_ctimespec.tv_sec = (int32_t)st->st_ctimespec.tv_sec; in __strong_alias()
84 ost->st_ctimespec.tv_nsec = st->st_ctimespec.tv_nsec; in __strong_alias()
H A Dcompat___stat13.c87 ost->st_ctimespec.tv_sec = (int32_t)st->st_ctimespec.tv_sec; in cvtstat()
88 ost->st_ctimespec.tv_nsec = st->st_ctimespec.tv_nsec; in cvtstat()
H A Dcompat___stat30.c86 timespec_to_timespec50(&st->st_ctimespec, &ost->st_ctimespec); in cvtstat()
/netbsd/sys/compat/sys/
H A Dstat.h56 struct timespec50 st_ctimespec;/* time of last file status change */ member
74 struct timespec50 st_ctimespec;/* time of last file status change */ member
109 struct timespec50 st_ctimespec;/* time of last file status change */ member
151 struct timespec50 st_ctimespec;/* time of last file status change */ member
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_compat_12.c81 sp32->st_ctimespec.tv_sec = sp12->st_ctimespec.tv_sec; in netbsd32_stat12_to_netbsd32()
82 sp32->st_ctimespec.tv_nsec = sp12->st_ctimespec.tv_nsec; in netbsd32_stat12_to_netbsd32()
H A Dnetbsd32_conv.h496 sb32p->st_ctimespec.tv_sec = (int32_t)sbp->st_ctimespec.tv_sec; in netbsd32_from___stat13()
497 sb32p->st_ctimespec.tv_nsec = (netbsd32_long)sbp->st_ctimespec.tv_nsec; in netbsd32_from___stat13()
523 sb32p->st_ctimespec.tv_sec = (int32_t)sbp->st_ctimespec.tv_sec; in netbsd32_from___stat50()
524 sb32p->st_ctimespec.tv_nsec = (netbsd32_long)sbp->st_ctimespec.tv_nsec; in netbsd32_from___stat50()
550 sb32p->st_ctimespec.tv_sec = (netbsd32_time_t)sbp->st_ctimespec.tv_sec; in netbsd32_from_stat()
551 sb32p->st_ctimespec.tv_nsec = (netbsd32_long)sbp->st_ctimespec.tv_nsec; in netbsd32_from_stat()
H A Dnetbsd32_compat_43.c93 sp32->st_ctimespec.tv_sec = sb->st_ctimespec.tv_sec; in netbsd32_from_stat()
94 sp32->st_ctimespec.tv_nsec = sb->st_ctimespec.tv_nsec; in netbsd32_from_stat()
H A Dnetbsd32.h782 struct netbsd32_timespec50 st_ctimespec;/* time of last file status change */ member
804 struct netbsd32_timespec50 st_ctimespec;/* time of last file status change */ member
821 struct netbsd32_timespec50 st_ctimespec;/* time of last file status change */ member
843 struct netbsd32_timespec50 st_ctimespec;/* time of last file status change */ member
864 struct netbsd32_timespec st_ctimespec;/* time of last file status change */ member
/netbsd/bin/ls/
H A Dcmp.c62 ((x)->st_ctimespec.tv_nsec op (y)->st_ctimespec.tv_nsec)
/netbsd/sys/compat/common/
H A Dvfs_syscalls_50.c104 timespec_to_timespec50(&st->st_ctimespec, &ost->st_ctimespec); in cvtstat()
H A Dvfs_syscalls_12.c98 timespec_to_timespec50(&st->st_ctimespec, &ost->st_ctimespec); in compat_12_stat_conv()
H A Dvfs_syscalls_43.c138 cvttimespec(&ost->st_ctimespec, &st->st_ctimespec); in cvtstat()
H A Dvfs_syscalls_30.c97 timespec_to_timespec50(&st->st_ctimespec, &ost->st_ctimespec); in cvtstat()
/netbsd/external/bsd/libarchive/dist/tar/
H A Dbsdtar_platform.h103 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctimespec.tv_nsec
/netbsd/sys/rump/kern/lib/libsys_sunos/
H A Drump_sunos_compat.c124 ssb->st_ctim = sb->st_ctimespec; in bsd_to_sunos_stat()
128 timespec_to_timespec50(&sb->st_ctimespec, &ssb->st_ctim); in bsd_to_sunos_stat()
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_entry_stat.c87 st->st_ctimespec.tv_nsec = archive_entry_ctime_nsec(entry); in archive_entry_stat()
H A Darchive_entry_copy_stat.c41 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctimespec.tv_nsec); in archive_entry_copy_stat()
/netbsd/sys/rump/librump/rumpkern/
H A Dcons.c146 sb->st_atimespec = sb->st_mtimespec = sb->st_ctimespec = ts; in rumpcons_stat()
/netbsd/sys/compat/sunos32/
H A Dsunos32_misc.c261 sb32p->st_ctimespec.tv_sec = (netbsd32_time_t)sbp->st_ctimespec.tv_sec; in sunos32_from___stat13()
262 sb32p->st_ctimespec.tv_nsec = (netbsd32_long)sbp->st_ctimespec.tv_nsec; in sunos32_from___stat13()
/netbsd/sys/sys/
H A Dstat.h105 #define st_ctimespec st_ctim macro
/netbsd/sys/rump/kern/lib/libsys_cygwin/
H A Drump_cygwin_compat.c86 timespec_to_timespec50(&sb->st_ctimespec, &ssb->st_ctim); in bsd_to_cygwin_stat()
/netbsd/lib/libpuffs/
H A Dsubr.c279 va->va_ctime = sb->st_ctimespec; in puffs_stat2vattr()
/netbsd/sys/kern/
H A Dsys_memfd.c307 st->st_ctimespec = mfd->mfd_mtime; in memfd_stat()

12