Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/i386/libi386/
Dbiosdisk.c56 #define BIOSDISK_SECSIZE 512 macro
57 #define BUFSIZE (1 * BIOSDISK_SECSIZE)
314 bd->bd_sectorsize = BIOSDISK_SECSIZE; in fd_init()
407 bd->bd_sectorsize = BIOSDISK_SECSIZE; in bd_get_diskinfo_cd()
580 (params->sector_size % BIOSDISK_SECSIZE) == 0) in bd_get_diskinfo_ext()
622 bd->bd_sectorsize = BIOSDISK_SECSIZE; in bd_int13probe()
954 offset /= BIOSDISK_SECSIZE; in bd_strategy()
981 if (size == 0 || (size % BIOSDISK_SECSIZE) != 0) { in bd_realstrategy()
983 size, BIOSDISK_SECSIZE); in bd_realstrategy()
989 offset = dblk * BIOSDISK_SECSIZE; in bd_realstrategy()
[all …]