HomeSort by: relevance | last modified time | path
    Searched defs:is_grouping (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_vdev.c 1163 is_grouping(const char *type, int *mindev, int *maxdev) function
1251 if ((type = is_grouping(argv[0], &mindev, &maxdev)) != NULL) {
1308 if (is_grouping(argv[c], NULL, NULL) != NULL)
1460 if ((type = is_grouping(path, &min, &max)) != NULL) {
zpool_vdev.c 1163 is_grouping(const char *type, int *mindev, int *maxdev) function
1251 if ((type = is_grouping(argv[0], &mindev, &maxdev)) != NULL) {
1308 if (is_grouping(argv[c], NULL, NULL) != NULL)
1460 if ((type = is_grouping(path, &min, &max)) != NULL) {

Completed in 45 milliseconds