Home
last modified time | relevance | path

Searched refs:bh_write_cb (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_cache.h156 sdbc_callback_fn_t bh_write_cb; member
H A Dsd_bcache.h973 if ((hndl)->bh_write_cb) \
974 ((*((hndl)->bh_write_cb))(hndl)); \
H A DCACHE_SPEC.txt60 void (*bh_write_cb)();
H A Dsd_bcache.c6985 handle->bh_write_cb = w_cb;
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c2697 bh.bh_disconnect_cb, bh.bh_read_cb, bh.bh_write_cb); in sdbc_handles()