Home
last modified time | relevance | path

Searched refs:bh_fba_pos (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.h744 if (((m_fpos) < (m_h1)->bh_fba_pos) || \
746 ((m_h1)->bh_fba_pos + (m_h1)->bh_fba_len))) { \
751 m_flen, (m_h1)->bh_fba_pos, (m_h1)->bh_fba_len); \
764 hndl->bh_fba_pos = fpos; \
964 (hndl)->bh_fba_pos, (hndl)->bh_flag, 0); \
H A Dsd_cache.h165 #define bh_fba_pos bh_buf.sb_pos macro
H A Dsd_bcache.c3638 (void *)handle, HANDLE_CD(handle), handle->bh_fba_pos,
3673 int fpos = handle->bh_fba_pos;
3676 handle->bh_fba_len, handle->bh_fba_pos, 0, 0);
3697 _sd_queue_write(handle, handle->bh_fba_pos, handle->bh_fba_len);
5543 handle->bh_fba_len, handle->bh_fba_pos, 0, error);
5552 handle->bh_fba_len, handle->bh_fba_pos, 0, 0);
H A Dsd_tdaemon.c121 rval = _sd_write(buf, buf->bh_fba_pos, buf->bh_fba_len, x); in _sim_write()
H A DCACHE_SPEC.txt53 int bh_fba_pos; /* bh_buf.sb_pos */
H A Dsd_io.c1969 fpos = handle->bh_fba_pos;
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c2705 bh.bh_buf.sb_fd, bh.bh_fba_pos, bh.bh_fba_len, bh.bh_flag); in sdbc_handles()