HomeSort by: relevance | last modified time | path
    Searched defs:current_blkbytes (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x68k/stand/libsa/
sdcd.c 40 static int current_blkbytes; variable in typeref:typename:int
137 current_blkbytes = rcdata->size;
138 current_blkshift = fls32(current_blkbytes) - 9;
173 if (current_blkbytes > 2048) {
175 current_blkbytes);
326 nblks = howmany(size, current_blkbytes);

Completed in 10 milliseconds