Searched refs:c_max_prop (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libpool/common/ |
H A D | pool_internal.c | 70 const char *c_max_prop = "max"; variable 601 if (pool_get_ns_property(elem, c_max_prop, &val) == POC_INVAL) { in res_set_max() 615 pool_elem_class_string(elem), c_max_prop, in res_set_max() 638 if (pool_get_ns_property(elem, c_max_prop, &val) == POC_INVAL) in res_set_min() 1027 return (resource_get_common(res, c_max_prop, max)); in resource_get_max() 1673 if (strcmp(prop, c_min_prop) && strcmp(prop, c_max_prop)) { in pool_validate_resource()
|
H A D | pool_internal.h | 112 extern const char *c_max_prop;
|
H A D | pool_commit.c | 208 if (pool_put_ns_property(TO_ELEM(res), c_max_prop, in commit_create() 345 if (pool_put_ns_property(e2, c_max_prop, in commit_update()
|
H A D | pool_xml.c | 1220 (pool_validate_resource(conf, "pset", c_max_prop, 0) == in pool_xml_validate()
|