Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c68 const char *c_max_prop = "max"; variable
599 if (pool_get_ns_property(elem, c_max_prop, &val) == POC_INVAL) { in res_set_max()
613 pool_elem_class_string(elem), c_max_prop, in res_set_max()
636 if (pool_get_ns_property(elem, c_max_prop, &val) == POC_INVAL) in res_set_min()
1025 return (resource_get_common(res, c_max_prop, max)); in resource_get_max()
1671 if (strcmp(prop, c_min_prop) && strcmp(prop, c_max_prop)) { in pool_validate_resource()
H A Dpool_internal.h110 extern const char *c_max_prop;
H A Dpool_commit.c206 if (pool_put_ns_property(TO_ELEM(res), c_max_prop, in commit_create()
343 if (pool_put_ns_property(e2, c_max_prop, in commit_update()
H A Dpool_xml.c1212 (pool_validate_resource(conf, "pset", c_max_prop, 0) == in pool_xml_validate()