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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c924 check_feature(zap_attribute_t *za, void *arg, char *stack) function
1095 return (zap_iterate(dn, check_feature, spa_feature_names, stack));
1605 if (check_feature(&za, spa_feature_names, stack) != 0)
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c2051 check_feature(const char *name, uint64_t value) function
2105 rc = mzap_list(&dir, check_feature);
2107 rc = fzap_list(spa, &dir, check_feature);

Completed in 51 milliseconds