• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/ofed/opensm/include/complib/

Lines Matching defs:cl_list_iterator_t

77 *		cl_list_iterator_t
134 /****d* Component Library: List/cl_list_iterator_t
136 * cl_list_iterator_t
143 typedef const cl_list_item_t *cl_list_iterator_t;
588 IN cl_list_iterator_t iterator,
613 * [in] cl_list_iterator_t returned by a previous call to cl_list_head,
641 IN cl_list_iterator_t iterator,
666 * [in] cl_list_iterator_t returned by a previous call to cl_list_head,
847 cl_list_remove_item(IN cl_list_t * const p_list, IN cl_list_iterator_t iterator)
864 * [in] cl_list_iterator_t returned by a previous call to cl_list_head,
915 static inline cl_list_iterator_t cl_list_end(IN const cl_list_t * const p_list)
930 * cl_list_iterator_t for the end of the list.
934 * returned cl_list_iterator_t.
951 static inline cl_list_iterator_t cl_list_head(IN const cl_list_t * const p_list)
966 * cl_list_iterator_t for the head of the list.
968 * cl_list_iterator_t for the end of the list if the list is empty.
972 * returned cl_list_iterator_t.
989 static inline cl_list_iterator_t cl_list_tail(IN const cl_list_t * const p_list)
1004 * cl_list_iterator_t for the tail of the list.
1006 * cl_list_iterator_t for the end of the list if the list is empty.
1011 * returned cl_list_iterator_t.
1028 static inline cl_list_iterator_t cl_list_next(IN cl_list_iterator_t iterator)
1042 * [in] cl_list_iterator_t returned by a previous call to cl_list_head,
1046 * cl_list_iterator_t for the object following the object associated with
1049 * cl_list_iterator_t for the end of the list if the list is empty.
1053 * returned cl_list_iterator_t.
1070 static inline cl_list_iterator_t cl_list_prev(IN cl_list_iterator_t iterator)
1084 * [in] cl_list_iterator_t returned by a previous call to cl_list_head,
1088 * cl_list_iterator_t for the object preceding the object associated with
1091 * cl_list_iterator_t for the end of the list if the list is empty.
1095 * returned cl_list_iterator_t.
1112 static inline void *cl_list_obj(IN cl_list_iterator_t iterator)
1122 * [in] cl_list_iterator_t returned by a previous call to cl_list_head,
1143 cl_list_iterator_t
1187 cl_list_iterator_t