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

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c258 md_im_list_t **ucomp_head,
264 if (*ucomp_head == NULL) {
265 *ucomp_head = ucomp;
669 md_im_list_t *ucomp_head = NULL; local
726 ucomponent_append(&ucomp_head, &ucomp_tail,
766 for (ucomp = ucomp_head; ucomp != NULL;
771 free_md_im_list_entries(&ucomp_head);
801 md_im_list_t *ucomp_head = NULL; local
822 ucomponent_append(&ucomp_head, &ucomp_tail,
843 for (ucomp = ucomp_head; ucom
257 ucomponent_append( md_im_list_t **ucomp_head, md_im_list_t **ucomp_tail, md_im_list_t *ucomp ) argument
876 md_im_list_t *ucomp_head = NULL; local
[all...]

Completed in 24 milliseconds