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

/osnet-11/usr/src/lib/libpool/common/
H A Dpool_internal.c68 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 Dpool_internal.h110 extern const char *c_max_prop;
H A Dpool_commit.c208 if (pool_put_ns_property(TO_ELEM(res), c_max_prop,
345 if (pool_put_ns_property(e2, c_max_prop,
H A Dpool_xml.c1220 (pool_validate_resource(conf, "pset", c_max_prop, 0) ==

Completed in 2335 milliseconds