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

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbootstrap.h76 void bcache_init(u_int nblks, size_t bsize);
H A Dbcache.c71 static u_int bcache_total_nblks; /* set by bcache_init */
72 static u_int bcache_blksize; /* set by bcache_init */
98 bcache_init(u_int nblks, size_t bsize) function
/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A Dmain.c142 bcache_init(32768, 512);
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c257 bcache_init(32768, 512);
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c220 bcache_init(32768, 512);

Completed in 64 milliseconds