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

/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetattach.c121 mdnamelist_t *compnlp = NULL; local
165 if (metanamelist(spp, &compnlp, argc, argv,
168 assert(compnlp != NULL);
169 for (p = compnlp; (p != NULL); p = p->next) {
205 if (meta_stripe_attach(*spp, stripenp, compnlp, interlace, options,
232 mdnamelist_t *compnlp = NULL; local
259 if (metanamelist(spp, &compnlp, argc, argv,
262 assert(compnlp != NULL);
263 for (p = compnlp; (p != NULL); p = p->next) {
275 if (meta_raid_attach(*spp, raidnp, compnlp, option
[all...]

Completed in 66 milliseconds