Searched refs:disk_count (Results 1 – 3 of 3) sorted by relevance
66 int disk_count; /* number of drives in global disklist */ variable244 disk_count = disk_change = 0; in disk_init()257 if ((name == NULL) || (disk_count <= 0))317 ++disk_count;340 if (--disk_count < 0)
665 disk_count * sizeof(struct diskstats)));667 return (sysctl_rdint(oldp, oldlenp, newp, disk_count));1671 diskstats = malloc(disk_count * sizeof(struct diskstats),
156 extern int disk_count; /* number of disks in global disklist */