Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_cache.h155 sdbc_callback_fn_t bh_read_cb; member
H A Dsd_bcache.h968 if ((hndl)->bh_read_cb) \
969 ((*((hndl)->bh_read_cb))(hndl)); \
H A DCACHE_SPEC.txt59 void (*bh_read_cb)();
H A Dsd_bcache.c6984 handle->bh_read_cb = r_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()