Home
last modified time | relevance | path

Searched defs:nstat (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dstat.h193 struct nstat { struct
194 __uint32_t st_dev; /* inode's device */
195 __uint32_t st_ino; /* inode's number */
196 __uint32_t st_mode; /* inode protection mode */
197 __uint32_t st_nlink; /* number of hard links */
198 uid_t st_uid; /* user ID of the file's owner */
199 gid_t st_gid; /* group ID of the file's group */
200 __uint32_t st_rdev; /* device type */
201 struct timespec st_atim; /* time of last access */
202 struct timespec st_mtim; /* time of last data modification */
[all …]
/freebsd/share/examples/ses/srcs/
H A Dsesd.c60 encioc_enc_status_t stat, nstat, *carray; in main() local