Lines Matching defs:bootstat
50 struct bootstat { struct
51 uint64_t st_dev;
52 uint64_t st_ino;
53 uint32_t st_mode;
54 uint32_t st_nlink;
55 int32_t st_uid;
56 int32_t st_gid;
57 uint64_t st_rdev;
58 uint64_t st_size;
59 boottime_t st_atim;
60 boottime_t st_mtim;
61 boottime_t st_ctim;
62 int32_t st_blksize;
63 int64_t st_blocks;
64 char st_fstype[_ST_FSTYPSZ];