Home
last modified time | relevance | path

Searched refs:bh_bufvec (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_cache.h152 nsc_vec_t bh_bufvec[_SD_MAX_BLKS]; /* Scatter gather list */ member
H A DCACHE_SPEC.txt57 _sd_vec_t bh_bufvec[_SD_MAX_BLKS]; /* bh_buf.sb_vec */
72 handle->bh_bufvec The bh_bufvec is an array of _sd_vec_t with the
H A Dsd_bcache.h763 hndl->bh_vec = hndl->bh_bufvec; \
H A Dsd_bcache.c2693 bufvec = handle->bh_bufvec;
3024 bufvec = handle->bh_bufvec;
3084 for (tbufvec = handle->bh_bufvec; tbufvec != bufvec;
3093 nfrags = bufvec - handle->bh_bufvec;
H A Dsd_io.c1968 bvec1 = handle->bh_bufvec;
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c2721 bv = bh.bh_bufvec; in sdbc_handles()