Searched refs:PO_TRUE (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_value.c349 * ourselves, if we are return PO_TRUE. If not, get the types and
351 * specific comparison returning PO_TRUE or PO_FALSE accordingly.
364 return (PO_TRUE);
375 return (PO_TRUE);
381 return (PO_TRUE);
387 return (PO_TRUE);
393 return (PO_TRUE);
399 return (PO_TRUE);
H A Dpool.h64 #ifndef PO_TRUE
65 #define PO_TRUE 1 macro
H A Dpool_internal.c76 * prop_is_type() checks the supplied property and returns PO_TRUE if the
289 if (_libpool_internal_initialised == PO_TRUE) {
305 _libpool_internal_initialised = PO_TRUE;
367 return (bool_init(prop, PO_TRUE));
598 if (conf_is_dynamic(TO_CONF(elem)) == PO_TRUE) {
666 if (conf_is_dynamic(TO_CONF(elem)) == PO_TRUE) {
726 * Return: PO_TRUE/PO_FALSE
732 return (PO_TRUE);
865 * prop_is_type() checks the supplied property and returns PO_TRUE if the
871 return ((prop->pp_perms & prop_type) ? PO_TRUE
[all...]
H A Dpool.c327 * deep is PO_TRUE/PO_FALSE to indicate whether children should be included
416 if (deep == PO_TRUE) {
444 PO_TRUE) == NULL) {
458 if (pool_base_info(elem, cb, PO_TRUE) == NULL) {
823 return (PO_TRUE);
846 return (PO_TRUE);
962 if (prop_is_readonly(prop_info) == PO_TRUE) {
1316 pool_value_set_bool(&val, PO_TRUE);
1592 if (conf_is_dynamic(conf) == PO_TRUE) {
2041 if (elem_is_default(pe) == PO_TRUE) {
[all...]
H A Dpool_xml.c259 if (_libpool_xml_initialised == PO_TRUE) {
277 _libpool_xml_initialised = PO_TRUE;
624 pool_value_set_bool(value, PO_TRUE);
788 pool_value_set_bool(value, PO_TRUE);
1446 pool_value_set_bool(props[1], PO_TRUE);
1708 rs->prs_active = PO_TRUE;
1954 return (PO_TRUE);
2066 * Return PO_TRUE if there is an attribute of that name declared for that
2079 return (PO_TRUE);
2121 element_class_tags[src->pe_class], src_attr) != PO_TRUE) {
[all...]
H A Dpool_kernel.c333 pool_knl_elem_free(elem, PO_TRUE);
414 pool_knl_elem_free(elem, PO_TRUE);
454 pool_knl_elem_free(elem, PO_TRUE);
488 pool_knl_elem_free(elem, PO_TRUE);
678 pool_knl_elem_free(pke, PO_TRUE);
1281 int matched = PO_TRUE;
1293 &val) != PO_TRUE) {
1299 if (matched == PO_TRUE)
1320 int matched = PO_TRUE;
1358 &val) != PO_TRUE) {
[all...]
H A Dpool_commit.c840 resource_is_default(res[j]) == PO_TRUE)
960 resource_is_default(res[j]) == PO_TRUE) {
1261 if (validate == PO_TRUE) {
1310 prop_is_readonly(prop) == PO_TRUE)
/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c89 if ((buf = pool_conf_info(conf, PO_TRUE)) == NULL)
118 if (pool_conf_commit(conf, PO_TRUE) != PO_SUCCESS)
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y268 edited = PO_TRUE;
679 if (dofile == PO_TRUE)
682 docmd = PO_TRUE;
688 if (docmd == PO_TRUE)
691 dofile = PO_TRUE;
753 if (edited == PO_TRUE) {
800 if ((info_buf = pool_conf_info(conf, PO_TRUE)) == NULL) {
821 if ((info_buf = pool_info(conf, pool, PO_TRUE)) == NULL)
838 if ((info_buf = pool_resource_info(conf, resource, PO_TRUE)) == NULL)
860 if ((info_buf = pool_component_info(conf, comp, PO_TRUE))
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java166 public final static int PO_TRUE = 1; field in class:PoolInternal
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c519 pool_value_set_bool(pvals[0], PO_TRUE);
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1728 if (arg2 == PO_TRUE)

Completed in 95 milliseconds