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

  /onnv/onnv-gate/usr/src/lib/libpool/common/
pool.h 68 #ifndef PO_FALSE
69 #define PO_FALSE 0
pool.c 327 * deep is PO_TRUE/PO_FALSE to indicate whether children should be included
432 PO_FALSE) == NULL) {
471 PO_FALSE) == NULL) {
816 return (PO_FALSE);
818 return (PO_FALSE);
821 return (PO_FALSE);
839 return (PO_FALSE);
841 return (PO_FALSE);
844 return (PO_FALSE);
1120 if (prop_is_optional(prop_info) == PO_FALSE) {
    [all...]
pool_xml.c 141 static int _libpool_xml_initialised = PO_FALSE;
588 (const char *) node->name, (const char *) name) == PO_FALSE) {
628 pool_value_set_bool(value, PO_FALSE);
663 (const char *) node->name, (const char *) name) == PO_FALSE) {
694 if (bres == PO_FALSE)
792 pool_value_set_bool(value, PO_FALSE);
905 if (bres == PO_FALSE)
    [all...]
pool_value.c 350 * ensure they match, if they don't return PO_FALSE. Then do a type
351 * specific comparison returning PO_TRUE or PO_FALSE accordingly.
368 return (PO_FALSE);
402 return (PO_FALSE);
pool_kernel.c 317 pool_knl_elem_free(elem, PO_FALSE);
329 pool_knl_elem_free(elem, PO_FALSE);
409 pool_knl_elem_free(elem, PO_FALSE);
449 pool_knl_elem_free(elem, PO_FALSE);
483 pool_knl_elem_free(elem, PO_FALSE);
    [all...]
pool_internal.c 61 static int _libpool_internal_initialised = PO_FALSE;
77 * property value is set for the property else PO_FALSE
726 * Return: PO_TRUE/PO_FALSE
733 return (PO_FALSE);
866 * property value is 1 else PO_FALSE
871 return ((prop->pp_perms & prop_type) ? PO_TRUE : PO_FALSE);
876 * configuration and PO_FALSE else.
886 * and PO_FALSE else.
896 * initialised when an element of this type is created and PO_FALSE
933 return (PO_FALSE);
    [all...]
pool_commit.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/pooladm/
pooladm.c 125 if (pool_conf_commit(conf, PO_FALSE) != PO_SUCCESS)
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
PoolInternal.java 167 public final static int PO_FALSE = 0;
  /onnv/onnv-gate/usr/src/cmd/pools/poolcfg/
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)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libproject/common/
setproject.c 465 bval == PO_FALSE) {

Completed in 4079 milliseconds