Home
last modified time | relevance | path

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

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