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

/freebsd-12-stable/stand/i386/libi386/
H A Dbiosdisk.c56 #define BIOSDISK_SECSIZE 512 macro
57 #define BUFSIZE (1 * BIOSDISK_SECSIZE)
298 bd->bd_sectorsize = BIOSDISK_SECSIZE;
391 bd->bd_sectorsize = BIOSDISK_SECSIZE;
564 (params->sector_size % BIOSDISK_SECSIZE) == 0)
606 bd->bd_sectorsize = BIOSDISK_SECSIZE;
938 offset /= BIOSDISK_SECSIZE;
965 if (size == 0 || (size % BIOSDISK_SECSIZE) != 0) {
967 size, BIOSDISK_SECSIZE);
973 offset = dblk * BIOSDISK_SECSIZE;
[all...]

Completed in 53 milliseconds