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.c240 alElement_p = alElement_p->next_p; in sci_abstract_list_print()
274 if (alElement_p != NULL) in sci_abstract_list_popback()
306 if (alElement_p != NULL) in sci_abstract_list_popfront()
341 alElement_p->previous_p->next_p = alElement_p->next_p; in sci_abstract_list_erase()
342 alElement_p->next_p->previous_p = alElement_p->previous_p; in sci_abstract_list_erase()
496 (alElement_p)->next_p = (alElement_p)->previous_p = NULL; in private_push_front()
522 if (alElement_p != NULL) in private_pop_front()
537 return alElement_p; in private_pop_front()
560 alElement_p = alElement_p->next_p; in private_find()
563 return alElement_p; in private_find()
[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 \ argument
513 ( (alElement_p)->next_p )
532 alElement_p = alElement_p->next_p; \
627 alElement_p->previous_p->next_p = alElement_p->next_p; \
628 alElement_p->next_p->previous_p = alElement_p->previous_p; \
772 (alElement_p)->next_p = (alElement_p)->previous_p = NULL; \
[all …]