Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Diostat.h51 struct io_sysctl { struct
52 char name[IOSTATNAMELEN];
53 int32_t busy;
54 int32_t type;
55 u_int64_t xfer;
56 u_int64_t seek;
57 u_int64_t bytes;
58 u_int32_t attachtime_sec;
59 u_int32_t attachtime_usec;
60 u_int32_t timestamp_sec;
[all …]