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

/freebsd-11-stable/stand/pc98/libpc98/
H A Dbiosdisk.c55 #define BIOSDISK_SECSIZE 512 macro
56 #define BUFSIZE (1 * BIOSDISK_SECSIZE)
428 char fragbuf[BIOSDISK_SECSIZE];
431 fragsize = size % BIOSDISK_SECSIZE;
493 fragsize, dblk, blks, buf + (blks * BIOSDISK_SECSIZE));
498 bcopy(fragbuf, buf + (blks * BIOSDISK_SECSIZE), fragsize);
559 v86.ebx = blks * BIOSDISK_SECSIZE;
/freebsd-11-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 106 milliseconds