Searched refs:pool_get_ns_property (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool_internal.c | 584 if (pool_get_ns_property(elem, c_min_prop, &val) == POC_INVAL) in res_set_max() 601 if (pool_get_ns_property(elem, c_max_prop, &val) == POC_INVAL) { in res_set_max() 638 if (pool_get_ns_property(elem, c_max_prop, &val) == POC_INVAL) in res_set_min() 669 if (pool_get_ns_property(elem, c_min_prop, &val) == POC_INVAL) { in res_set_min() 952 pvc = pool_get_ns_property(TO_ELEM(res), name, &val); in resource_get_common() 1088 if (pool_get_ns_property(elem, name, &val) != POC_INT) { in elem_get_expected_int64() 1106 if (pool_get_ns_property(elem, name, &val) != POC_STRING) { in elem_get_expected_string() 1153 if (pool_get_ns_property(elem, "temporary", &val) != POC_BOOL) in elem_is_tmp() 1697 if (pool_get_ns_property(TO_ELEM(rl[i]), prop, in pool_validate_resource() 1732 if (pool_get_ns_property(TO_ELEM(rl[i]), c_size_prop, in pool_validate_resource()
|
H A D | pool.c | 362 if (pool_get_ns_property(pe, c_name, &val) == POC_STRING) { in pool_base_info() 402 if (pool_get_ns_property(elem, c_name, &val) != in pool_base_info() 892 pool_get_ns_property(const pool_elem_t *pe, const char *name, pool_value_t *val) in pool_get_ns_property() function 2834 if (pool_get_ns_property(e1, c_sys_prop, &val) == POC_INVAL) { in pool_elem_compare_name() 2838 if (pool_get_ns_property(e2, c_sys_prop, &val) == POC_INVAL) { in pool_elem_compare_name() 2844 if (pool_get_ns_property(e1, "name", &val) == POC_INVAL) { in pool_elem_compare_name() 2852 if (pool_get_ns_property(e2, "name", &val) == POC_INVAL) { in pool_elem_compare_name() 2892 if (pool_get_ns_property(e1, c_sys_prop, &val) == POC_INVAL) { in pool_elem_compare() 2896 if (pool_get_ns_property(e2, c_sys_prop, &val) == POC_INVAL) { in pool_elem_compare()
|
H A D | pool_internal.h | 369 extern pool_value_class_t pool_get_ns_property(const pool_elem_t *,
|
H A D | pool_commit.c | 498 if (pool_get_ns_property(TO_ELEM(owner), "name", &val) == in process_elem_gt() 781 if (pool_get_ns_property(pe, "allocate-method", &val) != POC_STRING) in resource_allocate()
|
H A D | pool_xml.c | 290 if (pool_get_ns_property( in get_unique_id() 2767 if (pool_get_ns_property(TO_ELEM(rsl[i]), c_size_prop, in pool_xml_parse_document()
|
H A D | pool_kernel.c | 1465 if (pool_get_ns_property(TO_ELEM(pools[0]), c_name, props[0]) in pool_knl_get_binding() 1572 if (pool_get_ns_property(TO_ELEM(resources[0]), c_name, props[0]) == in pool_knl_get_resource_binding()
|