Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c113 int bd_sec; member
396 bd->bd_sec = bc_sp.sp_cylsec & 0x3f; 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()
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()
659 bd->bd_sec * bd->bd_hds; in bd_int13probe()
674 if (bd->bd_sec == 0) in bd_int13probe()
675 bd->bd_sec = 63; in bd_int13probe()
[all …]