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

/freebsd-13-stable/stand/common/
H A Dbootstrap.h81 void *bcache_allocate(void);
H A Dbcache.c120 bcache_allocate(void) function
276 * passing the sector size to bcache_allocate(), or by using ioctl(), but
285 * bcache_allocate() will always fall back to a minimum of 32 blocks.
/freebsd-13-stable/stand/userboot/userboot/
H A Duserboot_disk.c171 ud_info[dev->dd.d_unit].ud_bcache = bcache_allocate();
/freebsd-13-stable/stand/efi/libefi/
H A Defipart.c914 pd->pd_bcache = bcache_allocate();
/freebsd-13-stable/stand/i386/libi386/
H A Dbiosdisk.c858 bd->bd_bcache = bcache_allocate();

Completed in 209 milliseconds