Home
last modified time | relevance | path

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

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/host/
H A Dhr_disk.c165 static capacity_type HRD_cap; variable
173 static struct dk_geom HRD_cap; variable
187 static int64_t HRD_cap; variable
965 HRD_savedCapacity = HRD_cap.lba / 2; in Save_HR_Disk_Specific()
970 HRD_savedCapacity = HRD_cap.dkg_ncyl * HRD_cap.dkg_nhead * HRD_cap.dkg_nsect / 2; /* ??? */ in Save_HR_Disk_Specific()
980 HRD_savedCapacity = HRD_cap / 1024; in Save_HR_Disk_Specific()
1028 result = ioctl(fd, DIOC_CAPACITY, &HRD_cap); in Query_Disk()
1034 result = ioctl(fd, DKIOCGGEOM, &HRD_cap); in Query_Disk()
1102 CFNumberGetValue(number_ref, kCFNumberSInt64Type, &HRD_cap); in Query_Disk()
1104 HRD_cap = 0; in Query_Disk()
[all …]