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

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbcache.c72 static u_int bcache_blksize; /* set by bcache_init */ variable
102 bcache_blksize = bsize;
143 bc->bcache_data = malloc(bc->bcache_nblks * bcache_blksize);
147 bc->bcache_data = malloc(bc->bcache_nblks * bcache_blksize);
192 nblk = size / bcache_blksize;
227 nblk = size / bcache_blksize;
249 bcopy(bc->bcache_data + (bcache_blksize * BHASH(bc, blk)) + offset,
260 p_buf = bc->bcache_data + (bcache_blksize * BHASH(bc, p_blk));
286 p_size * bcache_blksize, p_buf, &r_size);
288 r_size /= bcache_blksize;
[all...]

Completed in 260 milliseconds