Searched refs:bd_sec (Results 1 – 1 of 1) sorted by relevance
111 int bd_sec; member403 bd->bd_sec = bc_sp.sp_cylsec & 0x3f; in bd_get_diskinfo_cd()405 bd->bd_sectors = (uint64_t)bd->bd_cyl * bd->bd_hds * bd->bd_sec; in bd_get_diskinfo_cd()424 bd->bd_sec = 15; in bd_get_diskinfo_cd()534 bd->bd_sec = v86.ecx & 0x3f; in bd_get_diskinfo_std()536 bd->bd_sectors = (uint64_t)bd->bd_cyl * bd->bd_hds * bd->bd_sec; in bd_get_diskinfo_std()587 bd->bd_sec = params->sectors_per_track; in bd_get_diskinfo_ext()654 bd->bd_sec = 18; in bd_int13probe()663 bd->bd_sec = 63; in bd_int13probe()666 (bd->bd_sectors + bd->bd_sec * bd->bd_hds - 1) / in bd_int13probe()[all …]