Searched refs:io_sysctl (Results 1 – 4 of 4) sorted by relevance
56 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()
51 struct io_sysctl { struct
152 struct io_sysctl *data; in mlx_disk_add_all()
402 struct io_sysctl sdrive; in sysctl_hw_iostats()417 tocopy = offsetof(struct io_sysctl, busy); in sysctl_hw_iostats()