Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libpool/common/
H A Dpool_commit.c122 static pool_elem_t **get_elem_list(const pool_conf_t *, int, uint_t *);
582 if ((stc_elems = get_elem_list(stc, type, &stc_nelem)) == NULL) in process_lists()
588 if ((dyn_elems = get_elem_list(dyn, type, &dyn_nelem)) == NULL) { in process_lists()
666 get_elem_list(const pool_conf_t *conf, int type, uint_t *nelem) in get_elem_list() function