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

/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c317 _sd_cctl_t *cc_ent, *next_ccentry, *cur_ent, *nxt_ent; local
452 cur_ent = cc_ent->cc_head_dm;
453 while (cur_ent) {
454 if (cur_ent == cc_ent)
455 cur_ent->cc_aging_dm |= AVAIL_ENTRY_DM;
457 if (_sd_entry_availability_dm(cur_ent,
459 cur_ent->cc_aging_dm |=
461 if ((cur_ent->cc_aging_dm &
469 cur_ent = cur_ent
[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;
/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_llist.c315 IN DAPL_LLIST_ENTRY *cur_ent)
320 if (cur_ent == NULL) {
323 next = cur_ent->flink;
314 dapl_llist_next_entry(IN DAPL_LLIST_HEAD *head, IN DAPL_LLIST_ENTRY *cur_ent) argument
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c711 * cur_ent - Pointer to data in the struct to be translated
716 srelptr(exc_addr + offsetof(exception_range_entry, _f), cur_ent->_f)
726 exception_range_entry scratch, *ent, *cur_ent = &scratch; local
747 cur_ent = ent;
764 EC_ADDR(addr), EC_ADDR(cur_ent->length),
/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h1164 IN DAPL_LLIST_ENTRY *cur_ent);

Completed in 185 milliseconds