Lines Matching defs:external
192 const char * const scf_property_external = "external";
5424 if (scf_pg_get_property(lipg, "external", NULL) == 0)
9253 * If the external flag is present, skip this dependency because it
9921 * If external isn't set to true then exporting the service will
12075 * external dependency.
12344 * lscf_instance_delete() verifies that there is no external dependency pgs
12347 * lost. The external dependency pgs will be removed if the dependencies are
12352 * DELETE_SUCCESS_NOEXTDEPS on success - no external dependencies
12353 * DELETE_SUCCESS_EXTDEPS on success - external dependencies
12362 int external = 0;
12392 * If the instance has some external dependencies then we must
12405 external = 1;
12428 if (external) {
12431 * the ones holding the external dependencies.
12485 * lscf_service_delete() verifies that there is no external dependency
12488 * is re-imported otherwise the dependencies would be lost. The external
12493 * DELETE_SUCCESS_NOEXTDEPS on success - no external dependencies
12494 * DELETE_SUCCESS_EXTDEPS on success - external dependencies
12504 int external = 0;
12527 * Record the fact that there is some external dependencies
12531 external |= 1;
12548 * If the service has some external dependencies then we don't
12560 external |= 2;
12583 if (external != 0)