Searched refs:idx_tbl (Results 1 – 1 of 1) sorted by relevance
78 boolean_t rightalign, boolean_t visible, const zprop_index_t *idx_tbl) in zprop_register_impl() argument100 pd->pd_table = idx_tbl; in zprop_register_impl()102 while (idx_tbl && (idx_tbl++)->pi_name != NULL) in zprop_register_impl()128 const char *colname, const zprop_index_t *idx_tbl) in zprop_register_index() argument131 objset_types, values, colname, B_TRUE, B_TRUE, idx_tbl); in zprop_register_index()277 const zprop_index_t *idx_tbl; in zprop_string_to_index() local285 if ((idx_tbl = prop_tbl[prop].pd_table) == NULL) in zprop_string_to_index()288 for (i = 0; idx_tbl[i].pi_name != NULL; i++) { in zprop_string_to_index()289 if (strcmp(string, idx_tbl[i].pi_name) == 0) { in zprop_string_to_index()290 *index = idx_tbl[i].pi_value; in zprop_string_to_index()[all …]