Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c127 void *bd_bcache; /* buffer cache data */ member
851 if (bd->bd_bcache == NULL) in bd_open()
852 bd->bd_bcache = bcache_allocate(); in bd_open()
865 bcache_free(bd->bd_bcache); in bd_open()
866 bd->bd_bcache = NULL; in bd_open()
887 bcache_free(bd->bd_bcache); in bd_close()
888 bd->bd_bcache = NULL; in bd_close()
942 bcd.dv_cache = bd->bd_bcache; in bd_strategy()