Searched refs:c_max_prop (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/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) { 615 pool_elem_class_string(elem), c_max_prop, 638 if (pool_get_ns_property(elem, c_max_prop, &val) == POC_INVAL) 1027 return (resource_get_common(res, c_max_prop, max)); 1673 if (strcmp(prop, c_min_prop) && strcmp(prop, c_max_prop)) {
|
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, 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 92 milliseconds