Lines Matching defs:feature
43 * Set to disable all feature checks while opening pools, allowing pools with
51 * Valid characters for feature guids. This list is mainly for aesthetic
66 * Every feature guid must contain exactly one colon which separates a reverse
67 * dns organization name from the feature's "short" name (e.g.
99 zfeature_info_t *feature = &spa_feature_table[i];
100 if (strcmp(guid, feature->fi_guid) == 0)
110 zfeature_info_t *feature = &spa_feature_table[i];
111 if (strcmp(name, feature->fi_uname) == 0) {
124 zfeature_info_t *feature = &spa_feature_table[fid];
126 for (int i = 0; feature->fi_depends[i] != SPA_FEATURE_NONE; i++) {
127 if (feature->fi_depends[i] == check)
134 deps_contains_feature(const spa_feature_t *deps, const spa_feature_t feature)
137 if (deps[i] == feature)
147 zfeature_info_t *feature = &spa_feature_table[fid];
163 feature->fi_feature = fid;
164 feature->fi_guid = guid;
165 feature->fi_uname = name;
166 feature->fi_desc = desc;
167 feature->fi_flags = flags;
168 feature->fi_depends = deps;
201 "Record txg at which a feature is enabled",