Home
last modified time | relevance | path

Searched refs:bh_next (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_cache.h158 struct _sd_buf_handle *bh_next; member
H A Dsd_bcache.c6944 _sd_handle_list.hl_top.bh_next = &_sd_handle_list.hl_top;
6974 handle->bh_next = _sd_handle_list.hl_top.bh_next;
6975 _sd_handle_list.hl_top.bh_next->bh_prev = handle;
6976 _sd_handle_list.hl_top.bh_next = handle;
7017 handle->bh_prev->bh_next = handle->bh_next;
7018 handle->bh_next->bh_prev = handle->bh_prev;
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1410 wsp->walk_addr = (uintptr_t)(hl.hl_top.bh_next); in sdbc_handle_winit()
1442 wsp->walk_addr = (uintptr_t)(handle.bh_next); in sdbc_handle_wstep()
2654 mdb_printf("hl_top.bh_next: 0x%p\n", hl.hl_top.bh_next); in sdbc_handles()
2700 bh.bh_centry, bh.bh_next); in sdbc_handles()