Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c1225 is_grouping(const char *type, int *mindev, int *maxdev) in is_grouping() function
1320 if ((type = is_grouping(argv[0], &mindev, &maxdev)) != NULL) { in construct_spec()
1398 if (is_grouping(argv[c], NULL, NULL) != NULL) in construct_spec()
1581 if ((type = is_grouping(path, &min, &max)) != NULL) { in split_mirror_vdev()