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

/osnet-11/usr/src/lib/libpool/common/
H A Dpool_commit.c198 resource_get_max(pool_elem_res(src), &smax) != PO_SUCCESS ||
199 resource_get_max(res, &dmax) != PO_SUCCESS)
333 resource_get_max(pool_elem_res(e1), &smax) !=
335 resource_get_max(pool_elem_res(e2), &dmax) !=
843 if (resource_get_max(res[j],
966 if (resource_get_max(res[j], &res_info[j].ri_max) == PO_FAIL ||
H A Dpool_internal.h245 extern int resource_get_max(const pool_resource_t *, uint64_t *);
H A Dpool_internal.c1018 * resource_get_max() updates max with the maximum size of the supplied
1024 resource_get_max(const pool_resource_t *res, uint64_t *max) function
H A Dpool.c2340 resource_get_max(tgt, &tgt_max) != PO_SUCCESS ||

Completed in 36 milliseconds