Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c125 uint64_t bd_sectors; /* Disk size */ member
322 if (bd->bd_sectors == 0) in fd_init()
398 bd->bd_sectors = (uint64_t)bd->bd_cyl * bd->bd_hds * bd->bd_sec; in bd_get_diskinfo_cd()
420 bd->bd_sectors = 0; in bd_get_diskinfo_cd()
433 if (bd->bd_sectors == 0) in bd_get_diskinfo_cd()
434 bd->bd_sectors = 4173824; in bd_get_diskinfo_cd()
529 bd->bd_sectors = (uint64_t)bd->bd_cyl * bd->bd_hds * bd->bd_sec; in bd_get_diskinfo_std()
587 bd->bd_sectors = total; in bd_get_diskinfo_ext()
639 if (ret != 0 || bd->bd_sectors == 0) in bd_int13probe()
647 bd->bd_sectors = 2880; in bd_int13probe()
[all …]