Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_cache.h168 #define bh_error bh_buf.sb_error macro
H A DCACHE_SPEC.txt56 int bh_error; /* bh_buf.sb_error */
71 The upper level routines should reference only: handle->bh_error,
H A Dsd_bcache.c5427 if ((handle->bh_error = error) == 0) {
5582 handle->bh_error = error;
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c2710 mdb_printf("err %4d %8T bh_vec 0x%p\n", bh.bh_error, bh.bh_vec); in sdbc_handles()