Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/isci/scil/
Dsci_abstract_list.c214 SCI_ABSTRACT_ELEMENT_T * alElement_p in sci_abstract_list_get_next() argument
217 return ( (alElement_p)->next_p ); in sci_abstract_list_get_next()
229 SCI_ABSTRACT_ELEMENT_T * alElement_p = list_p->elements.front_p; in sci_abstract_list_print() local
231 while (alElement_p != NULL) in sci_abstract_list_print()
236 alElement_p->next_p, in sci_abstract_list_print()
237 alElement_p->previous_p, in sci_abstract_list_print()
238 (U32*) (alElement_p->object_p)); in sci_abstract_list_print()
240 alElement_p = alElement_p->next_p; in sci_abstract_list_print()
271 SCI_ABSTRACT_ELEMENT_T * alElement_p = elem_list->back_p; in sci_abstract_list_popback() local
274 if (alElement_p != NULL) in sci_abstract_list_popback()
[all …]
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 \ argument
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->previous_p, \
[all …]