Searched refs:PO_FALSE (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h68 #ifndef PO_FALSE
69 #define PO_FALSE 0 macro
H A Dpool.c327 * 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...]
H A Dpool_xml.c139 static int _libpool_xml_initialised = PO_FALSE;
586 (const char *) node->name, (const char *) name) == PO_FALSE) {
626 pool_value_set_bool(value, PO_FALSE);
661 (const char *) node->name, (const char *) name) == PO_FALSE) {
692 if (bres == PO_FALSE)
790 pool_value_set_bool(value, PO_FALSE);
903 if (bres == PO_FALSE)
1941 return (PO_FALSE);
1956 return (PO_FALSE);
2021 if (dtd_exists(dtd_location) == PO_FALSE) {
[all...]
H A Dpool_value.c350 * 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);
H A Dpool_kernel.c317 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);
1289 matched = PO_FALSE;
1294 matched = PO_FALSE;
1354 matched = PO_FALSE;
1359 matched = PO_FALSE;
1407 if (resource_is_system(resources[i]) == PO_FALSE)
[all...]
H A Dpool_internal.c61 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...]
H A Dpool_commit.c1337 prop_is_optional(prop) == PO_FALSE))
/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c125 if (pool_conf_commit(conf, PO_FALSE) != PO_SUCCESS)
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java167 public final static int PO_FALSE = 0; field in class:PoolInternal
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y115 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)
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c511 bval == PO_FALSE) {

Completed in 68 milliseconds