Searched refs:bd_sec (Results 1 – 1 of 1) sorted by relevance
113 int bd_sec; member396 bd->bd_sec = bc_sp.sp_cylsec & 0x3f; in bd_get_diskinfo_cd()398 bd->bd_sectors = (uint64_t)bd->bd_cyl * bd->bd_hds * bd->bd_sec; in bd_get_diskinfo_cd()417 bd->bd_sec = 15; in bd_get_diskinfo_cd()527 bd->bd_sec = v86.ecx & 0x3f; in bd_get_diskinfo_std()529 bd->bd_sectors = (uint64_t)bd->bd_cyl * bd->bd_hds * bd->bd_sec; in bd_get_diskinfo_std()579 bd->bd_sec = params->sectors_per_track; in bd_get_diskinfo_ext()646 bd->bd_sec = 18; in bd_int13probe()655 bd->bd_sec = 63; in bd_int13probe()658 (bd->bd_sectors + bd->bd_sec * bd->bd_hds - 1) / in bd_int13probe()[all …]