Home
last modified time | relevance | path

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

/freebsd-head/stand/userboot/userboot/
HDuserboot_disk.c170 ud_info[dev->dd.d_unit].ud_bcache = bcache_allocate(); in userdisk_open()
/freebsd-head/stand/common/
HDbootstrap.h82 void *bcache_allocate(void);
HDbcache.c120 bcache_allocate(void) in bcache_allocate() function
/freebsd-head/stand/efi/libefi/
HDefipart.c913 pd->pd_bcache = bcache_allocate(); in efipart_open()
/freebsd-head/stand/i386/libi386/
HDbiosdisk.c862 bd->bd_bcache = bcache_allocate(); in bd_open()