Searched defs:devstat (Results 1 – 5 of 5) sorted by relevance
124 struct devstat { struct126 u_int32_t device_number; /*130 char device_name[DEVSTAT_NAME_LEN];131 int unit_number;132 u_int64_t bytes_read; /*136 u_int64_t bytes_written; /*140 u_int64_t bytes_freed; /*144 u_int64_t num_reads; /*149 u_int64_t num_writes; /*154 u_int64_t num_frees; /*[all …]
86 struct stat stbuf, devstat; in main() local
382 struct stat devstat, mntdevstat; in getmntpt() local
214 struct stat devstat, mntdevstat; in getmntpt() local
113 struct devstat devstat; /* device statistics */ member