Home
last modified time | relevance | path

Searched refs:pd_visible (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.h79 boolean_t pd_visible; /* do we list this property with the */ member
H A Dzprop_common.c95 pd->pd_visible = visible; in zprop_register_impl()
194 if ((order[i]->pd_visible || show_all) && in zprop_iter_common()
H A Dzfs_prop.c684 return (zfs_prop_table[prop].pd_visible); in zfs_prop_visible()
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dioctl.c516 p->pd_rightalign, p->pd_visible, indextable); in py_get_proptable()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c5190 if (pd->pd_visible != B_TRUE) in allow_usage()