Home
last modified time | relevance | path

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

/freebsd/stand/userboot/userboot/
H A Duserboot_disk.c170 ud_info[dev->dd.d_unit].ud_bcache = bcache_allocate(); in userdisk_open()
/freebsd/stand/common/
H A Dbootstrap.h82 void *bcache_allocate(void);
H A Dbcache.c120 bcache_allocate(void) in bcache_allocate() function
/freebsd/stand/efi/libefi/
H A Defipart.c913 pd->pd_bcache = bcache_allocate(); in efipart_open()
/freebsd/stand/i386/libi386/
H A Dbiosdisk.c862 bd->bd_bcache = bcache_allocate(); in bd_open()