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

/illumos-gate/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)
588 if ((dyn_elems = get_elem_list(dyn, type, &dyn_nelem)) == NULL) {
652 * get_elem_list() returns a list of pool_elem_t's. The size of the
666 get_elem_list(const pool_conf_t *conf, int type, uint_t *nelem) function

Completed in 58 milliseconds