Searched refs:PO_FALSE (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool_xml.c | 139 static int _libpool_xml_initialised = PO_FALSE; 586 (const char *) node->name, (const char *) name) == PO_FALSE) { in pool_xml_get_attr() 626 pool_value_set_bool(value, PO_FALSE); in pool_xml_get_attr() 661 (const char *) node->name, (const char *) name) == PO_FALSE) { in pool_xml_set_attr() 692 if (bres == PO_FALSE) in pool_xml_set_attr() 790 pool_value_set_bool(value, PO_FALSE); in pool_xml_get_prop() 903 if (bres == PO_FALSE) in pool_xml_set_prop() 1941 return (PO_FALSE); in pool_xml_resource_is_system() 1956 return (PO_FALSE); in pool_xml_resource_can_associate() 2021 if (dtd_exists(dtd_location) == PO_FALSE) { in pool_xml_open_file() [all …]
|
H A D | pool.c | 432 PO_FALSE) == NULL) { in pool_base_info() 471 PO_FALSE) == NULL) { in pool_base_info() 816 return (PO_FALSE); in is_valid_name() 818 return (PO_FALSE); in is_valid_name() 821 return (PO_FALSE); in is_valid_name() 839 return (PO_FALSE); in is_valid_prop_name() 841 return (PO_FALSE); in is_valid_prop_name() 844 return (PO_FALSE); in is_valid_prop_name() 1120 if (prop_is_optional(prop_info) == PO_FALSE) { in pool_rm_property() 1653 conf_is_dynamic(conf) == PO_FALSE) { in pool_conf_update() [all …]
|
H A D | pool.h | 68 #ifndef PO_FALSE 69 #define PO_FALSE 0 macro
|
H A D | pool_value.c | 368 return (PO_FALSE); in pool_value_equal() 402 return (PO_FALSE); in pool_value_equal()
|
H A D | pool_kernel.c | 317 pool_knl_elem_free(elem, PO_FALSE); in load_group() 329 pool_knl_elem_free(elem, PO_FALSE); in load_group() 409 pool_knl_elem_free(elem, PO_FALSE); in load_group() 449 pool_knl_elem_free(elem, PO_FALSE); in load_group() 483 pool_knl_elem_free(elem, PO_FALSE); in load_group() 1289 matched = PO_FALSE; in build_result_set() 1294 matched = PO_FALSE; in build_result_set() 1354 matched = PO_FALSE; in pool_knl_exec_query() 1359 matched = PO_FALSE; in pool_knl_exec_query() 1407 if (resource_is_system(resources[i]) == PO_FALSE) in pool_knl_remove() [all …]
|
H A D | pool_internal.c | 61 static int _libpool_internal_initialised = PO_FALSE; 733 return (PO_FALSE); in conf_is_dynamic() 871 return ((prop->pp_perms & prop_type) ? PO_TRUE : PO_FALSE); in prop_is_type() 933 return (PO_FALSE); in cpu_is_requested() 936 return (PO_FALSE); in cpu_is_requested()
|
H A D | pool_commit.c | 1337 prop_is_optional(prop) == PO_FALSE)) in clean_element()
|
/titanic_50/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 115 int dofile = PO_FALSE; /* poolcfg.l uses this for errors */ 129 static int edited = PO_FALSE; /* Has the configuration been changed */ 663 int docmd = PO_FALSE; 702 if (docmd == PO_FALSE && dofile == PO_FALSE)
|
/titanic_50/usr/src/cmd/pools/pooladm/ |
H A D | pooladm.c | 125 if (pool_conf_commit(conf, PO_FALSE) != PO_SUCCESS) in config_commit()
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolInternal.java | 167 public final static int PO_FALSE = 0; field in PoolInternal
|
/titanic_50/usr/src/lib/libproject/common/ |
H A D | setproject.c | 511 bval == PO_FALSE) { in bind_to_pool()
|