HomeSort by: relevance | last modified time | path
    Searched defs:dm_list_struct_base (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/lvm2/dist/lib/datastruct/
list.h 103 #define dm_list_struct_base(v, t, head) \ macro
110 #define dm_list_item(v, t) dm_list_struct_base((v), t, list)
155 for (v = dm_list_struct_base((head)->n, typeof(*v), field); \
157 v = dm_list_struct_base(v->field.n, typeof(*v), field))
173 for (v = dm_list_struct_base((head)->n, typeof(*v), field), \
174 t = dm_list_struct_base(v->field.n, typeof(*v), field); \
176 v = t, t = dm_list_struct_base(v->field.n, typeof(*v), field))
193 for (v = dm_list_struct_base((head)->p, typeof(*v), field); \
195 v = dm_list_struct_base(v->field.p, typeof(*v), field))
  /src/external/gpl2/lvm2/dist/libdm/datastruct/
list.h 103 #define dm_list_struct_base(v, t, head) \ macro
110 #define dm_list_item(v, t) dm_list_struct_base((v), t, list)
155 for (v = dm_list_struct_base((head)->n, typeof(*v), field); \
157 v = dm_list_struct_base(v->field.n, typeof(*v), field))
173 for (v = dm_list_struct_base((head)->n, typeof(*v), field), \
174 t = dm_list_struct_base(v->field.n, typeof(*v), field); \
176 v = t, t = dm_list_struct_base(v->field.n, typeof(*v), field))
193 for (v = dm_list_struct_base((head)->p, typeof(*v), field); \
195 v = dm_list_struct_base(v->field.p, typeof(*v), field))
  /src/external/gpl2/lvm2/dist/include/
libdevmapper.h 750 #define dm_list_struct_base(v, t, head) \ macro
757 #define dm_list_item(v, t) dm_list_struct_base((v), t, list)
802 for (v = dm_list_struct_base((head)->n, typeof(*v), field); \
804 v = dm_list_struct_base(v->field.n, typeof(*v), field))
820 for (v = dm_list_struct_base((head)->n, typeof(*v), field), \
821 t = dm_list_struct_base(v->field.n, typeof(*v), field); \
823 v = t, t = dm_list_struct_base(v->field.n, typeof(*v), field))
840 for (v = dm_list_struct_base((head)->p, typeof(*v), field); \
842 v = dm_list_struct_base(v->field.p, typeof(*v), field))
  /src/external/gpl2/lvm2/dist/libdm/
libdevmapper.h 750 #define dm_list_struct_base(v, t, head) \ macro
757 #define dm_list_item(v, t) dm_list_struct_base((v), t, list)
802 for (v = dm_list_struct_base((head)->n, typeof(*v), field); \
804 v = dm_list_struct_base(v->field.n, typeof(*v), field))
820 for (v = dm_list_struct_base((head)->n, typeof(*v), field), \
821 t = dm_list_struct_base(v->field.n, typeof(*v), field); \
823 v = t, t = dm_list_struct_base(v->field.n, typeof(*v), field))
840 for (v = dm_list_struct_base((head)->p, typeof(*v), field); \
842 v = dm_list_struct_base(v->field.p, typeof(*v), field))

Completed in 23 milliseconds