Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dbcache.c191 struct bcache *bc = dd->dv_cache; in write_strategy()
215 struct bcache *bc = dd->dv_cache; in read_strategy()
395 struct bcache *bc = dd->dv_cache; in bcache_strategy()
H A Dbootstrap.h94 void *dv_cache; member
/freebsd/stand/userboot/userboot/
H A Duserboot_disk.c199 bcd.dv_cache = ud_info[dev->dd.d_unit].ud_bcache; in userdisk_strategy()
/freebsd/stand/efi/libefi/
H A Defipart.c1064 bcd.dv_cache = pd->pd_bcache; in efipart_strategy()
/freebsd/stand/i386/libi386/
H A Dbiosdisk.c953 bcd.dv_cache = bd->bd_bcache; in bd_strategy()