Searched defs:version_table (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.c170 static zprop_index_t version_table[] = { local
299 "1 | 2 | 3 | 4 | 5 | current", "VERSION", version_table);
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaclust.c88 * be appended to the version_table below. This list will be searched to
91 static char *version_table[] = { variable
716 version_table_size = sizeof (version_table) / sizeof (version_table[0]);
761 version_table[i]);
784 if (strcmp(version, version_table[i]) == 0) {

Completed in 69 milliseconds