Searched defs:dlist_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_dlist.h47 } dlist_t; typedef in typeref:struct:dlist
73 extern int dlist_length(dlist_t *list);
80 extern void dlist_free_items(dlist_t *list, void (freefunc(void *)));
89 extern dlist_t *dlist_append(
90 dlist_t *item,
91 dlist_t *list,
95 * Create a dlist_t element for the given object and append to list.
98 * the obj member of the dlist_t element to be created
101 * the list to which to append the new dlist_t element
111 * if a dlist_t coul
[all...]

Completed in 55 milliseconds