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

/osnet-11/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

Completed in 21 milliseconds