Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
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 \ 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 …]
H A 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()
233 alElement_p = alElement_p->next_p; in sci_abstract_list_print()
264 SCI_ABSTRACT_ELEMENT_T * alElement_p = elem_list->back_p; in sci_abstract_list_popback() local
267 if (alElement_p != NULL) in sci_abstract_list_popback()
269 obj_p = alElement_p->object_p; in sci_abstract_list_popback()
281 private_pool_free((list_p)->free_pool, alElement_p); in sci_abstract_list_popback()
295 SCI_ABSTRACT_ELEMENT_T * alElement_p = in sci_abstract_list_popfront() local
[all …]