Searched refs:type_subopts (Results 1 – 1 of 1) sorted by relevance
3931 static const char *const type_subopts[] = { in zfs_do_list() local3952 for (c = 0; c < ARRAY_SIZE(type_subopts); ++c) in zfs_do_list()3953 if (strcmp(tok, type_subopts[c]) == 0) { in zfs_do_list()