Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/cmd/backup/dump/
H A Ddumptraverse.c816 static uchar_t bcache[DEV_BSIZE * CACHESIZE]; local
873 bcopy(bcache + (i * DEV_BSIZE),
880 dest = bcache + (cacheoff * DEV_BSIZE);
/titanic_44/usr/src/stand/lib/fs/common/
H A Dcache.c484 typedef struct bcache { /* Disk block cache objects: */ struct
/titanic_44/usr/src/uts/common/sys/
H A Dstream.h383 typedef struct bcache { struct