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

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c258 md_im_list_t *ucomp
261 ucomp->next = NULL;
263 *ucomp_head = ucomp;
264 *ucomp_tail = ucomp;
266 (*ucomp_tail)->next = ucomp;
669 md_im_list_t *ucomp = NULL; local
722 ucomp = Zalloc(sizeof (md_im_list_t));
723 ucomp->mdrec = tmpmdrec;
725 ucomp);
764 for (ucomp
801 md_im_list_t *ucomp = NULL; local
876 md_im_list_t *ucomp = NULL; local
[all...]

Completed in 46 milliseconds