Home
last modified time | relevance | path

Searched refs:bcache (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Dbcache.c63 struct bcache { struct
90 static void bcache_insert(struct bcache *bc, daddr_t blkno);
91 static void bcache_free_instance(struct bcache *bc);
122 struct bcache *bc = malloc(sizeof (struct bcache)); in bcache_allocate()
171 struct bcache *bc = cache; in bcache_free()
189 struct bcache *bc = dd->dv_cache; in write_strategy()
213 struct bcache *bc = dd->dv_cache; in read_strategy()
362 struct bcache *bc = dd->dv_cache; in bcache_strategy()
434 bcache_free_instance(struct bcache *bc) in bcache_free_instance()
447 bcache_insert(struct bcache *bc, daddr_t blkno) in bcache_insert()
[all …]
H A DMakefile.inc42 SRCS+= bcache.c
/illumos-gate/usr/src/lib/libmp/common/
H A Dmult.c74 short bcache; in m_mult() local
97 bcache = *bptr++; in m_mult()
99 sum += *aptr++ * bcache; in m_mult()
113 bcache = *bptr++; in m_mult()
115 sum += *aptr++ * bcache + *cptr; in m_mult()
/illumos-gate/usr/src/boot/efi/loader/
H A DMakefile.com114 SRCS += bcache.c
115 OBJS += bcache.o
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c779 static uchar_t bcache[DEV_BSIZE * CACHESIZE]; in bread() local
836 bcopy(bcache + (i * DEV_BSIZE), in bread()
843 dest = bcache + (cacheoff * DEV_BSIZE); in bread()
/illumos-gate/usr/src/boot/i386/loader/
H A DMakefile73 SRCS += bcache.c
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c484 typedef struct bcache { /* Disk block cache objects: */ struct
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h401 typedef struct bcache { struct