HomeSort by: relevance | last modified time | path
    Searched refs:io_sysctl (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/vmstat/
drvstats.c 56 static struct io_sysctl *drives = NULL;
185 mib[2] = sizeof(struct io_sysctl);
187 size = ndrive * sizeof(struct io_sysctl);
191 count = size / sizeof(struct io_sysctl);
325 mib[2] = sizeof(struct io_sysctl);
328 ndrive = size / sizeof(struct io_sysctl);
333 drives = (struct io_sysctl *)malloc(size);
385 mib[2] = sizeof(struct io_sysctl);
389 ndrive = size / sizeof(struct io_sysctl);
  /src/sys/sys/
iostat.h 51 struct io_sysctl { struct
  /src/usr.sbin/mlxctl/
dklist.c 152 struct io_sysctl *data;
  /src/sys/kern/
subr_iostat.c 402 struct io_sysctl sdrive;
417 tocopy = offsetof(struct io_sysctl, busy);

Completed in 21 milliseconds