Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/zfs/
H A Dzfs_prop.c68 static zprop_index_t checksum_table[] = { in zfs_prop_init()
81 static zprop_index_t dedup_table[] = { in zfs_prop_init()
99 static zprop_index_t compress_table[] = { in zfs_prop_init()
118 static zprop_index_t snapdir_table[] = { in zfs_prop_init()
124 static zprop_index_t acl_mode_table[] = { in zfs_prop_init()
132 static zprop_index_t acl_inherit_table[] = { in zfs_prop_init()
142 static zprop_index_t case_table[] = { in zfs_prop_init()
149 static zprop_index_t copies_table[] = { in zfs_prop_init()
161 static zprop_index_t normalize_table[] = { in zfs_prop_init()
170 static zprop_index_t version_table[] = { in zfs_prop_init()
[all …]
H A Dzfs_prop.h62 } zprop_index_t; typedef
78 const zprop_index_t *pd_table; /* for index properties, a table */
103 boolean_t, boolean_t, const zprop_index_t *);
109 const char *, const char *, const zprop_index_t *);
H A Dzprop_common.c74 boolean_t rightalign, boolean_t visible, const zprop_index_t *idx_tbl) in zprop_register_impl()
124 const char *colname, const zprop_index_t *idx_tbl) in zprop_register_index()
273 const zprop_index_t *idx_tbl; in zprop_string_to_index()
299 const zprop_index_t *idx_tbl; in zprop_index_to_string()
327 const zprop_index_t *idx_tbl; in zprop_random_value()
378 const zprop_index_t *idx; in zprop_width()
H A Dzpool_prop.c55 static zprop_index_t boolean_table[] = { in zpool_prop_init()
61 static zprop_index_t failuremode_table[] = { in zpool_prop_init()
/titanic_50/usr/src/lib/pyzfs/common/
H A Dioctl.c498 const zprop_index_t *it = p->pd_table; in py_get_proptable()