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()
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()
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()
654 if (bd->bd_sectors != 0 && edd != 0) { in bd_int13probe()
679 if (bd->bd_sectors == 0) in bd_int13probe()
[all …]