HomeSort by relevance Sort by last modified time
    Searched refs:PO_TRUE (Results 1 - 12 of 12) sorted by null

  /onnv/onnv-gate/usr/src/lib/libpool/common/
pool_value.c 349 * 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);
pool.h 64 #ifndef PO_TRUE
65 #define PO_TRUE 1
pool_internal.c 76 * 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 : PO_FALSE)
    [all...]
pool.c 327 * 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);
    [all...]
pool_xml.c 261 if (_libpool_xml_initialised == PO_TRUE) {
279 _libpool_xml_initialised = PO_TRUE;
626 pool_value_set_bool(value, PO_TRUE);
790 pool_value_set_bool(value, PO_TRUE);
    [all...]
pool_kernel.c 333 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);
    [all...]
pool_commit.c 840 resource_is_default(res[j]) == PO_TRUE)
960 resource_is_default(res[j]) == PO_TRUE) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/pooladm/
pooladm.c 89 if ((buf = pool_conf_info(conf, PO_TRUE)) == NULL)
118 if (pool_conf_commit(conf, PO_TRUE) != PO_SUCCESS)
  /onnv/onnv-gate/usr/src/cmd/pools/poolcfg/
poolcfg.y 268 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)) == NULL)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
PoolInternal.java 166 public final static int PO_TRUE = 1;
  /onnv/onnv-gate/usr/src/lib/libproject/common/
setproject.c 473 pool_value_set_bool(pvals[0], PO_TRUE);
  /onnv/onnv-gate/usr/src/cmd/pools/poold/libjpool/
jpool.c     [all...]

Completed in 840 milliseconds