Home
last modified time | relevance | path

Searched refs:zfs_prop_get_table (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/common/zfs/
H A Dzfs_prop.h89 zprop_desc_t *zfs_prop_get_table(void);
H A Dzprop_common.c58 return (zfs_prop_get_table()); in zprop_get_proptable()
H A Dzfs_prop.c59 zfs_prop_get_table(void) in zfs_prop_get_table() function
/titanic_41/usr/src/lib/libzfs/common/
H A Dmapfile-vers114 zfs_prop_get_table;
H A Dlibzfs_dataset.c141 (void) zfs_prop_get_table(); in zfs_validate_name()
/titanic_41/usr/src/lib/pyzfs/common/
H A Dioctl.c469 zprop_desc_t *t = zfs_prop_get_table(); in py_get_proptable()
/titanic_41/usr/src/cmd/zfs/
H A Dzfs_main.c4714 zprop_desc_t *pdtbl = zfs_prop_get_table(); in allow_usage()