Searched refs:POC_INVAL (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool_xml.c | 486 == POC_INVAL) in pool_xml_get_property() 588 return (POC_INVAL); in pool_xml_get_attr() 592 return (POC_INVAL); in pool_xml_get_attr() 598 return (POC_INVAL); in pool_xml_get_attr() 605 data_type = POC_INVAL; in pool_xml_get_attr() 614 data_type = POC_INVAL; in pool_xml_get_attr() 632 return (POC_INVAL); in pool_xml_get_attr() 635 case POC_INVAL: in pool_xml_get_attr() 705 case POC_INVAL: in pool_xml_set_attr() 737 return (POC_INVAL); in pool_xml_get_prop() [all …]
|
H A D | pool.c | 316 case POC_INVAL: /* Do nothing */ in prop_buf_build_cb() 863 return (POC_INVAL); in pool_get_property() 866 return (POC_INVAL); in pool_get_property() 876 return (POC_INVAL); in pool_get_property() 898 return (POC_INVAL); in pool_get_ns_property() 902 return (POC_INVAL); in pool_get_ns_property() 940 if (pe->pe_get_prop(pe, name, pv) != POC_INVAL) { in pool_put_property() 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() [all …]
|
H A D | pool_kernel.c | 1288 POC_INVAL) { in build_result_set() 1353 POC_INVAL) { in pool_knl_exec_query() 1466 == POC_INVAL) { in pool_knl_get_binding() 1573 POC_INVAL) { in pool_knl_get_resource_binding() 2312 return (POC_INVAL); in pool_knl_get_property() 2316 return (POC_INVAL); in pool_knl_get_property() 2360 return (POC_INVAL); in pool_knl_get_dynamic_property() 2366 return (POC_INVAL); in pool_knl_get_dynamic_property() 2373 return (POC_INVAL); in pool_knl_get_dynamic_property() 2378 return (POC_INVAL); in pool_knl_get_dynamic_property() [all …]
|
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() 953 if (pvc == POC_INVAL) { in resource_get_common() 1698 &val1) == POC_INVAL || in pool_validate_resource() 1733 &val1) == POC_INVAL || in pool_validate_resource()
|
H A D | pool.h | 118 POC_INVAL = -1, enumerator
|
H A D | pool_internal.h | 140 {POC_INVAL, NULL, NULL }
|
H A D | pool_value.c | 236 val->pv_class = POC_INVAL; in pool_value_alloc()
|
H A D | pool_commit.c | 499 POC_INVAL) in process_elem_gt()
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Element.java | 98 name, value.getValue()) == PoolInternal.POC_INVAL) { in getProperty() 128 value.getValue()) == PoolInternal.POC_INVAL) { in getProperty()
|
H A D | Configuration.java | 541 typeVal.getValue()) == PoolInternal.POC_INVAL) in getComponents() 553 PoolInternal.POC_INVAL) in getComponents()
|
H A D | PoolInternal.java | 194 public final static int POC_INVAL = get_POC_INVAL(); field in PoolInternal
|
/titanic_50/usr/src/cmd/pools/pooladm/ |
H A D | pooladm.c | 84 pv) == POC_INVAL || in config_print()
|
/titanic_50/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 795 POC_INVAL || in parser_conf_info() 1338 == POC_INVAL) in check_conf_name()
|
/titanic_50/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 199 return ((jint)POC_INVAL); in Java_com_sun_solaris_service_pools_PoolInternal_get_1POC_1INVAL()
|
/titanic_50/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 4155 != POC_INVAL) { in get_running_tmp_pset() 4167 if (pool_get_property(pconf, pe, "pset.min", pv) != POC_INVAL) { in get_running_tmp_pset() 4174 if (pool_get_property(pconf, pe, "pset.max", pv) != POC_INVAL) { in get_running_tmp_pset()
|