Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h1158 IN DAPL_LLIST_ENTRY *cur_ent);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c804 srelptr(exc_addr + offsetof(exception_range_entry, _f), cur_ent->_f) in unwind_exception_ranges()
814 exception_range_entry scratch, *ent, *cur_ent = &scratch; in unwind_exception_ranges() local
835 cur_ent = ent; in unwind_exception_ranges()
851 EC_ADDR(addr), EC_ADDR(cur_ent->length), in unwind_exception_ranges()