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

/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiosdisk.c55 #define BIOSDISK_SECSIZE 512 macro
56 #define BUFSIZE (1 * BIOSDISK_SECSIZE)
232 bd->bd_sectorsize = BIOSDISK_SECSIZE;
406 char fragbuf[BIOSDISK_SECSIZE];
409 fragsize = size % BIOSDISK_SECSIZE;
443 fragsize, dblk, blks, buf + (blks * BIOSDISK_SECSIZE));
448 bcopy(fragbuf, buf + (blks * BIOSDISK_SECSIZE), fragsize);

Completed in 59 milliseconds