Home
last modified time | relevance | path

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

/freebsd-14.2/stand/i386/libi386/
H A Dbiosdisk.c111 int bd_sec; member
403 bd->bd_sec = bc_sp.sp_cylsec & 0x3f; 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()
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()
667 bd->bd_sec * bd->bd_hds; in bd_int13probe()
682 if (bd->bd_sec == 0) in bd_int13probe()
683 bd->bd_sec = 63; in bd_int13probe()
[all …]