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

/freebsd-9.3-release/sys/boot/pc98/libpc98/
H A Dbiosdisk.c53 #define BIOSDISK_SECSIZE 512 macro
54 #define BUFSIZE (1 * BIOSDISK_SECSIZE)
358 char buf[BIOSDISK_SECSIZE];
734 char fragbuf[BIOSDISK_SECSIZE];
737 fragsize = size % BIOSDISK_SECSIZE;
739 if (size % BIOSDISK_SECSIZE)
744 blks = size / BIOSDISK_SECSIZE;
758 fragsize, dblk, blks, buf + (blks * BIOSDISK_SECSIZE));
763 bcopy(fragbuf, buf + (blks * BIOSDISK_SECSIZE), fragsize);
823 v86.ebx = blks * BIOSDISK_SECSIZE;
[all...]
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dbiosdisk.c55 #define BIOSDISK_SECSIZE 512 macro
56 #define BUFSIZE (1 * BIOSDISK_SECSIZE)
221 bd->bd_sectorsize = BIOSDISK_SECSIZE;
366 char fragbuf[BIOSDISK_SECSIZE];
369 fragsize = size % BIOSDISK_SECSIZE;
390 fragsize, dblk, blks, buf + (blks * BIOSDISK_SECSIZE));
395 bcopy(fragbuf, buf + (blks * BIOSDISK_SECSIZE), fragsize);

Completed in 93 milliseconds