Searched refs:cur_ent (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_io.c | 317 _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 D | sd_bcache.c | 3258 _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_41/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_llist.c | 315 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_41/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl.h | 1164 IN DAPL_LLIST_ENTRY *cur_ent);
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 786 srelptr(exc_addr + offsetof(exception_range_entry, _f), cur_ent->_f) in unwind_exception_ranges() 796 exception_range_entry scratch, *ent, *cur_ent = &scratch; in unwind_exception_ranges() local 817 cur_ent = ent; in unwind_exception_ranges() 833 EC_ADDR(addr), EC_ADDR(cur_ent->length), in unwind_exception_ranges()
|