Searched defs:idx_tbl (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/zfs/ |
H A D | zprop_common.c | 74 boolean_t rightalign, boolean_t visible, const zprop_index_t *idx_tbl) 96 pd->pd_table = idx_tbl; 98 while (idx_tbl && (idx_tbl++)->pi_name != NULL) 124 const char *colname, const zprop_index_t *idx_tbl) 127 objset_types, values, colname, B_TRUE, B_TRUE, idx_tbl); 273 const zprop_index_t *idx_tbl; local 281 if ((idx_tbl = prop_tbl[prop].pd_table) == NULL) 284 for (i = 0; idx_tbl[i].pi_name != NULL; i++) { 285 if (strcmp(string, idx_tbl[ 71 zprop_register_impl(int prop, const char *name, zprop_type_t type, uint64_t numdefault, const char *strdefault, zprop_attr_t attr, int objset_types, const char *values, const char *colname, boolean_t rightalign, boolean_t visible, const zprop_index_t *idx_tbl) argument 122 zprop_register_index(int prop, const char *name, uint64_t def, zprop_attr_t attr, int objset_types, const char *values, const char *colname, const zprop_index_t *idx_tbl) argument 299 const zprop_index_t *idx_tbl; local 327 const zprop_index_t *idx_tbl; local [all...] |
Completed in 57 milliseconds