Home
last modified time | relevance | path

Searched refs:st_mtime_sec (Results 1 – 8 of 8) sorted by relevance

/src/stand/kboot/include/arch/powerpc64/
H A Dstat_arch.h24 long st_mtime_sec; member
/src/stand/kboot/include/arch/amd64/
H A Dstat_arch.h27 long st_mtime_sec; member
/src/stand/kboot/include/arch/aarch64/
H A Dstat_arch.h26 long st_mtime_sec; member
/src/sys/fs/p9fs/
H A Dp9_protocol.h215 uint64_t st_mtime_sec; /* time of last modification, seconds */ member
H A Dp9_protocol.c217 &stbuf->st_atime_nsec, &stbuf->st_mtime_sec, in p9_buf_vreadf()
H A Dp9_client.c1282 (uintmax_t)stat_dotl->st_atime_nsec, (uintmax_t)stat_dotl->st_mtime_sec, in p9_client_getattr()
H A Dp9fs_vnops.c988 inode->i_mtime = stat->st_mtime_sec; in p9fs_stat_vnode_dotl()
/src/stand/kboot/kboot/
H A Dhostfs.c175 sb->st_mtim.tv_sec = ksb.st_mtime_sec; in hostfs_stat()