Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c317 _sd_cctl_t *cc_ent, *next_ccentry, *cur_ent, *nxt_ent; in _sd_dealloc_dm() local
452 cur_ent = cc_ent->cc_head_dm; in _sd_dealloc_dm()
453 while (cur_ent) { in _sd_dealloc_dm()
454 if (cur_ent == cc_ent) in _sd_dealloc_dm()
455 cur_ent->cc_aging_dm |= AVAIL_ENTRY_DM; in _sd_dealloc_dm()
457 if (_sd_entry_availability_dm(cur_ent, in _sd_dealloc_dm()
459 cur_ent->cc_aging_dm |= in _sd_dealloc_dm()
461 if ((cur_ent->cc_aging_dm & in _sd_dealloc_dm()
469 cur_ent = cur_ent->cc_next_dm; in _sd_dealloc_dm()
471 cur_ent = cc_ent->cc_head_dm; in _sd_dealloc_dm()
[all …]
H A Dsd_bcache.c3258 _sd_cctl_t *cur_ent = header; local
3261 while (cur_ent) {
3263 (void) _sd_hash_delete((struct _sd_hash_hd *)cur_ent,
3266 cur_ent->cc_aging_dm |= BAD_CHAIN_DM;
3268 cur_ent = cur_ent->cc_chain;
/titanic_50/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_llist.c315 IN DAPL_LLIST_ENTRY *cur_ent) in dapl_llist_next_entry() argument
320 if (cur_ent == NULL) { in dapl_llist_next_entry()
323 next = cur_ent->flink; in dapl_llist_next_entry()
/titanic_50/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h1164 IN DAPL_LLIST_ENTRY *cur_ent);
/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c790 srelptr(exc_addr + offsetof(exception_range_entry, _f), cur_ent->_f) in unwind_exception_ranges()
800 exception_range_entry scratch, *ent, *cur_ent = &scratch; in unwind_exception_ranges() local
821 cur_ent = ent; in unwind_exception_ranges()
837 EC_ADDR(addr), EC_ADDR(cur_ent->length), in unwind_exception_ranges()