Home
last modified time | relevance | path

Searched defs:devstat (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/sys/sys/
H A Ddevicestat.h124 struct devstat { struct
126 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 …]
/dflybsd-src/sbin/badsect/
H A Dbadsect.c86 struct stat stbuf, devstat; in main() local
/dflybsd-src/sbin/fsck/
H A Dmain.c382 struct stat devstat, mntdevstat; in getmntpt() local
H A Dfsutil.c214 struct stat devstat, mntdevstat; in getmntpt() local
/dflybsd-src/sys/dev/disk/nata/
H A Data-raid.h113 struct devstat devstat; /* device statistics */ member