Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dbiosdisk.c109 int bd_cyl; /* BIOS geometry */ member
401 bd->bd_cyl = ((bc_sp.sp_cylsec & 0xc0) << 2) + 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()
422 bd->bd_cyl = 0; in bd_get_diskinfo_cd()
531 bd->bd_cyl = ((v86.ecx & 0xc0) << 2) + ((v86.ecx & 0xff00) >> 8) + 1; 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()
585 bd->bd_cyl = params->cylinders; in bd_get_diskinfo_ext()
652 bd->bd_cyl = 80; in bd_int13probe()
665 bd->bd_cyl = in bd_int13probe()
688 bd->bd_sectors = (uint64_t)bd->bd_cyl * bd->bd_hds * bd->bd_sec; in bd_int13probe()
[all …]