Searched refs:alElement_p (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/isci/scil/
H A Dsci_abstract_list.c214 SCI_ABSTRACT_ELEMENT_T * alElement_p
217 return ( (alElement_p)->next_p );
229 SCI_ABSTRACT_ELEMENT_T * alElement_p = list_p->elements.front_p; local
231 while (alElement_p != NULL)
236 alElement_p->next_p,
237 alElement_p->previous_p,
238 (U32*) (alElement_p->object_p));
240 alElement_p = alElement_p->next_p;
271 SCI_ABSTRACT_ELEMENT_T * alElement_p local
302 SCI_ABSTRACT_ELEMENT_T * alElement_p = local
327 SCI_ABSTRACT_ELEMENT_T * alElement_p; local
360 SCI_ABSTRACT_ELEMENT_T * alElement_p local
391 SCI_ABSTRACT_ELEMENT_T * alElement_p = local
520 SCI_ABSTRACT_ELEMENT_T * alElement_p = (privateList_p)->front_p; local
550 SCI_ABSTRACT_ELEMENT_T * alElement_p = (list_p)->front_p; local
588 SCI_ABSTRACT_ELEMENT_T * alElement_p; local
[all...]
H A Dsci_abstract_list.h284 SCI_ABSTRACT_ELEMENT_T * alElement_p
382 SCI_ABSTRACT_ELEMENT_T * alElement_p
410 SCI_ABSTRACT_ELEMENT_T * alElement_p
443 SCI_ABSTRACT_ELEMENT_T * alElement_p
511 alElement_p \
513 ( (alElement_p)->next_p )
522 SCI_ABSTRACT_ELEMENT_T * alElement_p = list_p->elements.front_p; \
524 while (alElement_p != NULL) \
528 alElement_p->next_p, \
529 alElement_p
[all...]

Completed in 63 milliseconds