Home
last modified time | relevance | path

Searched refs:newspares (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_hsp.c65 dlist_t *newspares,
418 dlist_t *newspares = NULL; /* slices to add to HSP */ in populate_hsp() local
516 comp, &allspares, &newspares, in populate_hsp()
530 error = assemble_hsp(hsp, newspares, devices); in populate_hsp()
532 dlist_free_items(newspares, free_devconfig_object); in populate_hsp()
533 newspares = NULL; in populate_hsp()
561 dlist_t *newspares, in assemble_hsp() argument
569 (void) devconfig_set_components(hsp, newspares); in assemble_hsp()