Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/zfs/
H A Dzprop_common.c74 boolean_t rightalign, boolean_t visible, const zprop_index_t *idx_tbl) in zprop_register_impl() argument
96 pd->pd_table = idx_tbl; in zprop_register_impl()
98 while (idx_tbl && (idx_tbl++)->pi_name != NULL) in zprop_register_impl()
124 const char *colname, const zprop_index_t *idx_tbl) in zprop_register_index() argument
127 objset_types, values, colname, B_TRUE, B_TRUE, idx_tbl); in zprop_register_index()
273 const zprop_index_t *idx_tbl; in zprop_string_to_index() local
281 if ((idx_tbl = prop_tbl[prop].pd_table) == NULL) in zprop_string_to_index()
284 for (i = 0; idx_tbl[i].pi_name != NULL; i++) { in zprop_string_to_index()
285 if (strcmp(string, idx_tbl[i].pi_name) == 0) { in zprop_string_to_index()
286 *index = idx_tbl[i].pi_value; in zprop_string_to_index()
[all …]