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

/freebsd-13-stable/sys/dev/isci/scil/
H A Dsci_abstract_list.c216 SCI_ABSTRACT_ELEMENT_T * alElement_p
219 return ( (alElement_p)->next_p );
231 SCI_ABSTRACT_ELEMENT_T * alElement_p = list_p->elements.front_p; local
233 while (alElement_p != NULL)
238 alElement_p->next_p,
239 alElement_p->previous_p,
240 (U32*) (alElement_p->object_p));
242 alElement_p = alElement_p->next_p;
273 SCI_ABSTRACT_ELEMENT_T * alElement_p local
304 SCI_ABSTRACT_ELEMENT_T * alElement_p = local
329 SCI_ABSTRACT_ELEMENT_T * alElement_p; local
362 SCI_ABSTRACT_ELEMENT_T * alElement_p local
393 SCI_ABSTRACT_ELEMENT_T * alElement_p = local
522 SCI_ABSTRACT_ELEMENT_T * alElement_p = (privateList_p)->front_p; local
552 SCI_ABSTRACT_ELEMENT_T * alElement_p = (list_p)->front_p; local
590 SCI_ABSTRACT_ELEMENT_T * alElement_p; local
[all...]
H A Dsci_abstract_list.h286 SCI_ABSTRACT_ELEMENT_T * alElement_p
384 SCI_ABSTRACT_ELEMENT_T * alElement_p
412 SCI_ABSTRACT_ELEMENT_T * alElement_p
445 SCI_ABSTRACT_ELEMENT_T * alElement_p
513 alElement_p \
515 ( (alElement_p)->next_p )
524 SCI_ABSTRACT_ELEMENT_T * alElement_p = list_p->elements.front_p; \
526 while (alElement_p != NULL) \
530 alElement_p->next_p, \
531 alElement_p
[all...]

Completed in 54 milliseconds