Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/common/
Dbcache.c66 caddr_t bcache_data; member
143 bc->bcache_data = malloc(bc->bcache_nblks * bcache_blksize); in bcache_allocate()
144 if (bc->bcache_data == NULL) { in bcache_allocate()
147 bc->bcache_data = malloc(bc->bcache_nblks * bcache_blksize + in bcache_allocate()
153 if ((bc->bcache_data == NULL) || (bc->bcache_ctl == NULL)) { in bcache_allocate()
250 bcopy(bc->bcache_data + (bcache_blksize * BHASH(bc, blk)), buf, size); in read_strategy()
260 p_buf = bc->bcache_data + (bcache_blksize * BHASH(bc, p_blk)); in read_strategy()
340 bcopy(bc->bcache_data + (bcache_blksize * BHASH(bc, blk)), buf, size); in read_strategy()
430 free(bc->bcache_data); in bcache_free_instance()
/freebsd-12-stable/contrib/gdb/gdb/
Dbcache.c199 bcache_data (const void *addr, int length, struct bcache *bcache) in bcache_data() function
253 return bcache_data (addr, length, bcache); in deprecated_bcache()
259 return bcache_data (addr, length, bcache); in bcache()