Searched refs:new_devconfig (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/lvm/metassist/common/ |
H A D | volume_request.c | 66 if ((error = new_devconfig(&diskset_req, TYPE_DISKSET)) != 0) { in new_request() 73 if ((error = new_devconfig(&diskset_config, TYPE_DISKSET)) != 0) { in new_request()
|
H A D | volume_devconfig.h | 185 extern int new_devconfig(devconfig_t **devconfig, component_type_t type);
|
H A D | volume_devconfig.c | 61 new_devconfig( in new_devconfig() function 217 if ((error = new_devconfig(component, type)) == 0) { in devconfig_get_component()
|
H A D | volume_defaults.c | 73 if ((error = new_devconfig(&diskset, TYPE_DISKSET)) != 0) { in new_defaults()
|
/titanic_41/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_hsp.c | 233 (error = new_devconfig(hsp, TYPE_HSP)) || in layout_default_hsp() 251 ((error = new_devconfig(hsp, TYPE_HSP)) != 0) || in layout_default_hsp() 320 ((error = new_devconfig(hsp, TYPE_HSP)) != 0) || in layout_explicit_hsp() 583 (error = new_devconfig(&hspcomp, TYPE_HSP)) || in assemble_hsp()
|
H A D | layout.c | 467 ((error = new_devconfig(&diskset, TYPE_DISKSET)) != 0) || in layout_diskset() 749 ((error = new_devconfig(&newdisk, TYPE_DRIVE)) != 0) || in add_modified_disks_to_diskset() 868 (error = new_devconfig(&newslice, TYPE_SLICE)) || in get_removed_slices_for_disks() 958 (error = new_devconfig(&newslice, TYPE_SLICE)) || in get_modified_slices_for_disks()
|
H A D | layout_concat.c | 616 if ((error = new_devconfig(concat, TYPE_CONCAT)) == 0) { in assemble_concat()
|
H A D | layout_stripe.c | 860 if ((error = new_devconfig(stripe, TYPE_STRIPE)) == 0) { in assemble_stripe()
|
H A D | layout_svm_util.c | 627 if (((error = new_devconfig(&hsp, TYPE_HSP)) != 0) || in add_diskset_hsp() 719 (error = new_devconfig(&spare, TYPE_SLICE)) || in add_diskset_hsp_spare()
|
H A D | layout_slice.c | 576 ((error = new_devconfig(nslice, TYPE_SLICE)) != 0) || in create_devconfig_for_slice() 976 ((error = new_devconfig(&slice, TYPE_SLICE)) != 0) || in assemble_modified_slice()
|
H A D | layout_mirror.c | 494 if ((error = new_devconfig(mirror, TYPE_MIRROR)) == 0) { in assemble_mirror()
|
/titanic_41/usr/src/cmd/lvm/metassist/xml/ |
H A D | xml_convert.c | 566 if ((error = new_devconfig(config, TYPE_DISKSET)) == 0) { in xml_to_config() 1037 if ((error = new_devconfig( in xml_to_devconfig()
|