Searched refs:pool_set_container (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool_internal.h | 293 extern int pool_set_container(pool_elem_t *, pool_elem_t *);
|
H A D | pool_kernel.c | 498 if (pool_set_container(psl->psl_system, 508 if (pool_set_container(psl->psl_system, 518 if (pool_set_container((pool_elem_t *)psl->psl_pset, 1875 if (pool_set_container(TO_ELEM(tgt), 1929 if (pool_set_container(TO_ELEM(tgt), TO_ELEM(rl[size])) == 3072 if (pool_set_container(xtransfer->pxu_src,
|
H A D | pool.c | 1360 if (pool_set_container(TO_ELEM(res), pe) == PO_FAIL) { 2503 * pool_set_container() moves pc so that it is contained by pp. 2508 pool_set_container(pool_elem_t *pp, pool_elem_t *pc) function
|
H A D | pool_xml.c | 1759 if (pool_set_container(TO_ELEM(tgt), TO_ELEM(rl[i])) ==
|
Completed in 78 milliseconds