Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c469 cur_ent = cur_ent->cc_next_dm; in _sd_dealloc_dm()
476 nxt_ent = cur_ent->cc_next_dm; in _sd_dealloc_dm()
531 nxt_ent = cur_ent->cc_next_dm; in _sd_dealloc_dm()
588 nxt_ent = cur_ent->cc_next_dm; in _sd_dealloc_dm()
590 cur_ent->cc_next_dm = NULL; in _sd_dealloc_dm()
601 nxt_ent = cur_ent->cc_next_dm; in _sd_dealloc_dm()
602 cur_ent->cc_next_dm = NULL; in _sd_dealloc_dm()
H A Dsd_bcache.c3559 prev_ent->cc_next_dm = centry;
3921 cc_ent = cc_ent->cc_next_dm;
3947 cc_ent = cc_ent->cc_next_dm;
3967 cc_ent = cc_ent->cc_next_dm;
4089 for (tcent = cc_ent; tcent; tcent = tcent->cc_next_dm)
4106 for (/* CSTYLED */; cc_ent; cc_ent = cc_ent->cc_next_dm)
4409 dmc->sab_dmchain = dmc->sab_dmchain->cc_next_dm;
4472 next_centry = next_centry->cc_next_dm;
4766 if (centry->cc_head_dm || centry->cc_next_dm)
4773 centry->cc_next_dm = 0;
H A Dsd_bcache.h256 struct _sd_cctl *cc_next_dm; /* ptr to next centry */ member
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1000 wsp->walk_addr = (uintptr_t)centry.cc_next_dm; in sdbc_dmchain_wstep()
1763 centry.cc_next_dm, centry.cc_link_list_dm); in sdbc_cctl()