Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/zfs/
H A Dzprop_common.c71 boolean_t rightalign, boolean_t visible, const zprop_index_t *idx_tbl) in zprop_register_impl() argument
93 pd->pd_table = idx_tbl; in zprop_register_impl()
95 while (idx_tbl && (idx_tbl++)->pi_name != NULL) in zprop_register_impl()
121 const char *colname, const zprop_index_t *idx_tbl) in zprop_register_index() argument
124 objset_types, values, colname, B_TRUE, B_TRUE, idx_tbl); in zprop_register_index()
269 const zprop_index_t *idx_tbl; in zprop_string_to_index() local
277 if ((idx_tbl = prop_tbl[prop].pd_table) == NULL) in zprop_string_to_index()
280 for (i = 0; idx_tbl[i].pi_name != NULL; i++) { in zprop_string_to_index()
281 if (strcmp(string, idx_tbl[i].pi_name) == 0) { in zprop_string_to_index()
282 *index = idx_tbl[i].pi_value; in zprop_string_to_index()
[all …]