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

/freebsd-10.3-release/sys/boot/pc98/libpc98/
H A Dbioscd.c52 #define BIOSCD_SECSIZE 2048 macro
53 #define BUFSIZE (1 * BIOSCD_SECSIZE)
217 char fragbuf[BIOSCD_SECSIZE];
220 fragsize = size % BIOSCD_SECSIZE;
222 if (size % BIOSCD_SECSIZE)
230 blks = size / BIOSCD_SECSIZE;
231 if (dblk % (BIOSCD_SECSIZE / DEV_BSIZE) != 0)
233 dblk /= (BIOSCD_SECSIZE / DEV_BSIZE);
244 fragsize, dblk, blks, buf + (blks * BIOSCD_SECSIZE));
249 bcopy(fragbuf, buf + (blks * BIOSCD_SECSIZE), fragsiz
[all...]
/freebsd-10.3-release/sys/boot/i386/libi386/
H A Dbioscd.c53 #define BIOSCD_SECSIZE 2048 macro
54 #define BUFSIZE (1 * BIOSCD_SECSIZE)
221 char fragbuf[BIOSCD_SECSIZE];
224 fragsize = size % BIOSCD_SECSIZE;
226 if (size % BIOSCD_SECSIZE)
234 blks = size / BIOSCD_SECSIZE;
235 if (dblk % (BIOSCD_SECSIZE / DEV_BSIZE) != 0)
237 dblk /= (BIOSCD_SECSIZE / DEV_BSIZE);
248 fragsize, dblk, blks, buf + (blks * BIOSCD_SECSIZE));
253 bcopy(fragbuf, buf + (blks * BIOSCD_SECSIZE), fragsiz
[all...]

Completed in 51 milliseconds