Searched defs:freebsd11_stat (Results 1 – 4 of 4) sorted by relevance
122 struct freebsd11_stat { struct123 __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 */128 gid_t st_gid; /* group ID of the file's group */129 __uint32_t st_rdev; /* device type */130 struct timespec st_atim; /* time of last access */131 struct timespec st_mtim; /* time of last data modification */[all …]
38 int (*fn)(const char *, const struct freebsd11_stat *, int), int nfds) in freebsd11_ftw()
34 int (*fn)(const char *, const struct freebsd11_stat *, int, struct FTW *), in freebsd11_nftw()
2403 freebsd11_stat(struct thread *td, struct freebsd11_stat_args* uap) in freebsd11_stat() function