Home
last modified time | relevance | path

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

/dragonfly/stand/boot/pc32/libi386/
H A Dbioscd.c52 #define BIOSCD_SECSIZE 2048 macro
53 #define BUFSIZE (1 * BIOSCD_SECSIZE)
221 char fragbuf[BIOSCD_SECSIZE]; in bc_strategy()
224 fragsize = size % BIOSCD_SECSIZE; in bc_strategy()
226 if (size % BIOSCD_SECSIZE) in bc_strategy()
234 blks = size / BIOSCD_SECSIZE; in bc_strategy()
235 if (dblk % (BIOSCD_SECSIZE / DEV_BSIZE) != 0) in bc_strategy()
237 dblk /= (BIOSCD_SECSIZE / DEV_BSIZE); in bc_strategy()
294 n = BOUNCEBUF_SIZE / BIOSCD_SECSIZE; in bc_read()
315 bcopy(bounce_base, dest, n * BIOSCD_SECSIZE); in bc_read()
[all …]