Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/vmstat/
H A Ddrvstats.c56 static struct io_sysctl *drives = NULL;
185 mib[2] = sizeof(struct io_sysctl); in drvreadstats()
187 size = ndrive * sizeof(struct io_sysctl); in drvreadstats()
191 count = size / sizeof(struct io_sysctl); in drvreadstats()
325 mib[2] = sizeof(struct io_sysctl); in drvinit()
328 ndrive = size / sizeof(struct io_sysctl); in drvinit()
333 drives = (struct io_sysctl *)malloc(size); in drvinit()
385 mib[2] = sizeof(struct io_sysctl); in drvinit()
389 ndrive = size / sizeof(struct io_sysctl); in drvinit()
/netbsd-src/sys/sys/
H A Diostat.h51 struct io_sysctl { struct
/netbsd-src/usr.sbin/mlxctl/
H A Ddklist.c152 struct io_sysctl *data; in mlx_disk_add_all()
/netbsd-src/sys/kern/
H A Dsubr_iostat.c402 struct io_sysctl sdrive; in sysctl_hw_iostats()
417 tocopy = offsetof(struct io_sysctl, busy); in sysctl_hw_iostats()