Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/i386/libi386/
Dbiosdisk.c113 int bd_hds; member
402 bd->bd_hds = bc_sp.sp_head + 1; in bd_get_diskinfo_cd()
403 bd->bd_sectors = (uint64_t)bd->bd_cyl * bd->bd_hds * bd->bd_sec; in bd_get_diskinfo_cd()
421 bd->bd_hds = 1; in bd_get_diskinfo_cd()
531 bd->bd_hds = ((v86.edx & 0xff00) >> 8) + 1; in bd_get_diskinfo_std()
534 bd->bd_sectors = (uint64_t)bd->bd_cyl * bd->bd_hds * bd->bd_sec; in bd_get_diskinfo_std()
584 bd->bd_hds = params->heads; in bd_get_diskinfo_ext()
651 bd->bd_hds = 2; in bd_int13probe()
662 bd->bd_hds = 255; in bd_int13probe()
664 (bd->bd_sectors + bd->bd_sec * bd->bd_hds - 1) / in bd_int13probe()
[all …]