Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/zfs/
H A Dzfs_prop.c67 static zprop_index_t checksum_table[] = { in zfs_prop_init()
77 static zprop_index_t dedup_table[] = { in zfs_prop_init()
87 static zprop_index_t compress_table[] = { in zfs_prop_init()
106 static zprop_index_t snapdir_table[] = { in zfs_prop_init()
112 static zprop_index_t acl_mode_table[] = { in zfs_prop_init()
120 static zprop_index_t acl_inherit_table[] = { in zfs_prop_init()
130 static zprop_index_t case_table[] = { in zfs_prop_init()
137 static zprop_index_t copies_table[] = { in zfs_prop_init()
149 static zprop_index_t normalize_table[] = { in zfs_prop_init()
158 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.c54 static zprop_index_t boolean_table[] = { in zpool_prop_init()
60 static zprop_index_t failuremode_table[] = { in zpool_prop_init()
/titanic_41/usr/src/lib/pyzfs/common/
H A Dioctl.c483 const zprop_index_t *it = p->pd_table; in py_get_proptable()