Searched refs:compnlp (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/lvm/util/ |
H A D | metattach.c | 121 mdnamelist_t *compnlp = NULL; in stripe_attach() local 165 if (metanamelist(spp, &compnlp, argc, argv, in stripe_attach() 168 assert(compnlp != NULL); in stripe_attach() 169 for (p = compnlp; (p != NULL); p = p->next) { in stripe_attach() 205 if (meta_stripe_attach(*spp, stripenp, compnlp, interlace, options, in stripe_attach() 232 mdnamelist_t *compnlp = NULL; in raid_attach() local 259 if (metanamelist(spp, &compnlp, argc, argv, in raid_attach() 262 assert(compnlp != NULL); in raid_attach() 263 for (p = compnlp; (p != NULL); p = p->next) { in raid_attach() 275 if (meta_raid_attach(*spp, raidnp, compnlp, options, ep) != 0) in raid_attach()
|