Home
last modified time | relevance | path

Searched defs:freebsd11_stat (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dstat.h122 struct freebsd11_stat { struct
123 __uint32_t st_dev; /* inode's device */
124 __uint32_t st_ino; /* inode's number */
125 mode_t st_mode; /* inode protection mode */
126 __uint16_t st_nlink; /* number of hard links */
127 uid_t st_uid; /* user ID of the file's owner */
129 __uint32_t st_rdev; /* device type */
130 struct timespec st_atim; /* time of last access */
133 off_t st_size; /* file size, in bytes */
137 __uint32_t st_gen; /* file generation number */
[all …]
/freebsd/lib/libc/gen/
H A Dftw-compat11.c38 int (*fn)(const char *, const struct freebsd11_stat *, int), int nfds) in freebsd11_ftw()
H A Dnftw-compat11.c34 int (*fn)(const char *, const struct freebsd11_stat *, int, struct FTW *), in freebsd11_nftw()
/freebsd/sys/kern/
H A Dvfs_syscalls.c2362 freebsd11_stat(struct thread *td, struct freebsd11_stat_args* uap) in freebsd11_stat() function