Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c6944 _sd_handle_list.hl_top.bh_next = &_sd_handle_list.hl_top;
6945 _sd_handle_list.hl_top.bh_prev = &_sd_handle_list.hl_top;
6973 handle->bh_prev = &_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;
H A Dsd_bcache.h557 _sd_buf_handle_t hl_top; member
/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()
2654 mdb_printf("hl_top.bh_next: 0x%p\n", hl.hl_top.bh_next); in sdbc_handles()