Searched refs:HRD_cap (Results 1 – 1 of 1) sorted by relevance
165 static capacity_type HRD_cap; variable173 static struct dk_geom HRD_cap; variable187 static int64_t HRD_cap; variable965 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 …]