Home
last modified time | relevance | path

Searched refs:check_feature (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c925 check_feature(zap_attribute_t *za, void *arg, char *stack) in check_feature() function
1096 return (zap_iterate(dn, check_feature, spa_feature_names, stack)); in check_mos_features()
1606 if (check_feature(&za, spa_feature_names, stack) != 0) in check_pool_label()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c3370 check_feature(const char *name, uint64_t value) in check_feature() function
3430 rc = mzap_list((const mzap_phys_t *)zap, size, check_feature); in check_mos_features()
3432 rc = fzap_list(spa, &dir, zap, check_feature); in check_mos_features()