Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c55 #define BIOSDISK_SECSIZE 512 macro
56 #define BUFSIZE (1 * BIOSDISK_SECSIZE)
313 bd->bd_sectorsize = BIOSDISK_SECSIZE; in fd_init()
402 bd->bd_sectorsize = BIOSDISK_SECSIZE; in bd_get_diskinfo_cd()
574 (params->sector_size % BIOSDISK_SECSIZE) == 0) in bd_get_diskinfo_ext()
616 bd->bd_sectorsize = BIOSDISK_SECSIZE; in bd_int13probe()
948 offset /= BIOSDISK_SECSIZE; in bd_strategy()
975 if (size == 0 || (size % BIOSDISK_SECSIZE) != 0) { in bd_realstrategy()
977 size, BIOSDISK_SECSIZE); in bd_realstrategy()
983 offset = dblk * BIOSDISK_SECSIZE; in bd_realstrategy()