Lines Matching refs:concat
1002 devconfig_t *concat = NULL;
1005 /* Get/create singleton concat element for this disk set */
1007 defaults, diskset, TYPE_CONCAT, &concat, TRUE)) != 0) {
1013 return (devconfig_set_volume_usehsp(concat, val));
1046 devconfig_t *concat;
1054 /* Get/create singleton concat element for this disk set */
1056 defaults, disksets[i], TYPE_CONCAT, &concat, FALSE);
1059 /* concat found for this disk set */
1063 concat, val)) == 0) {
1070 /* concat not found for this disk set */
1074 /* Invalid disk set, or concat couldn't be created */