Searched refs:c_max_prop (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool_internal.c | 68 const char *c_max_prop = "max"; variable 600 if (pool_get_ns_property(elem, c_max_prop, &val) == POC_INVAL) { 614 pool_elem_class_string(elem), c_max_prop, 637 if (pool_get_ns_property(elem, c_max_prop, &val) == POC_INVAL) 1026 return (resource_get_common(res, c_max_prop, max)); 1631 if (strcmp(prop, c_min_prop) && strcmp(prop, c_max_prop)) {
|
H A D | pool_internal.h | 110 extern const char *c_max_prop;
|
H A D | pool_commit.c | 208 if (pool_put_ns_property(TO_ELEM(res), c_max_prop, 345 if (pool_put_ns_property(e2, c_max_prop,
|
H A D | pool_xml.c | 1220 (pool_validate_resource(conf, "pset", c_max_prop, 0) ==
|
Completed in 34 milliseconds