Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_llist.c260 DAPL_LLIST_ENTRY *try_entry; in dapl_llist_remove_entry() local
262 try_entry = first->flink; in dapl_llist_remove_entry()
264 if (try_entry == first) { in dapl_llist_remove_entry()
272 if (try_entry == entry) { in dapl_llist_remove_entry()
275 try_entry = try_entry->flink; in dapl_llist_remove_entry()