Lines Matching defs:dependents

107 	xmlNodePtr	dependents;
3229 * dependents pg, and add an entry to create a new property for this
3432 * Upgrade uncustomized dependents of ent to those specified in ient. Read
3437 * "dependents" property group in snpl) and snpl (the snaplevel which
3439 * snpl doesn't have a "dependents" property group, and any dependents in ient
3449 * EPERM - could not modify dependents pg (permission denied) (error printed)
3452 * EROFS - could not modify dependents pg (repository read-only)
3455 * EACCES - could not modify dependents pg (backend access denied)
3458 * EBUSY - "dependents" pg of ent added, changed, or deleted (error printed)
3478 const char * const dependents = "dependents";
3486 /* Fetch the current version of the "dependents" property group. */
3488 if (entity_get_pg(ent, issvc, dependents, ud_cur_depts_pg) != 0) {
3508 /* Fetch the running version of the "dependents" property group. */
3511 r = scf_snaplevel_get_pg(running, dependents, ud_run_dpts_pg);
3513 r = entity_get_pg(ent, issvc, dependents, ud_run_dpts_pg);
3536 * Clear the seen fields of the dependents, so we can tell which ones
3551 * a current version of the "dependents" property group,
3552 * because we'll just consider all dependents as customized
3583 dependents);
3587 warn(emsg_pg_mod_perm, dependents,
3663 /* import unseen dependents */
3687 * We have new dependents to import, so we need a "dependents"
3691 r = scf_service_add_pg(ent, dependents,
3694 r = scf_instance_add_pg(ent, dependents,
3706 warn(emsg_pg_added, ient->sc_fmri, dependents);
3710 warn(emsg_pg_add_perm, dependents,
3734 warn(emsg_pg_deleted, ient->sc_fmri, dependents);
3738 warn(emsg_pg_mod_perm, dependents, ient->sc_fmri);
3844 warn(emsg_pg_changed, ient->sc_fmri, dependents);
3862 warn(emsg_pg_deleted, ient->sc_fmri, dependents);
3866 warn(emsg_pg_mod_perm, dependents, ient->sc_fmri);
4035 * prop is taken to be a property in the "dependents" property group of snpl,
4037 * to ient. If prop is a valid dependents property, upgrade the dependent it
4039 * true, then ud_run_dpts_pg is taken to be the "dependents" property group
4085 "(dependent \"%s\" has invalid dependents property).\n");
4180 "dependents");
4429 "dependents");
4590 warn(emsg_pg_deleted, ient->sc_fmri, "dependents");
5076 "dependents");
5101 "dependents");
5107 "dependents");
5159 * represents the existent dependent (in the dependents property group) in the
5197 new_dpt_pgroup->sc_pgroup_name, "dependents");
5217 scf_type_to_string(ty), "dependents");
5360 * - couldn't upgrade dependents (permission denied) (error printed)
5364 * - couldn't upgrade dependents (repository read-only)
5368 * - couldn't upgrade dependents (backend access denied)
5375 * - "dependents" pg was added, changed, or deleted (error printed)
5458 /* Special handling for dependents */
5459 if (strcmp(imp_str, "dependents") == 0)
5973 if (strcmp(pg->sc_pgroup_name, "dependents") == 0) {
6135 * - couldn't import dependents (permission denied)
6140 * - couldn't import dependents (repository read-only)
6145 * - couldn't import dependents (backend access denied)
6148 * - invalid dependents (error printed)
8278 const char * const dependents = "dependents";
8286 if (entity_get_running_pg(sc_ent, issvc, dependents, imp_pg,
8305 * Found the dependents/<wip dep> so check to
9892 if (eelts->dependents == NULL)
9893 eelts->dependents = n;
9895 (void) xmlAddSibling(eelts->dependents,
10411 (void) xmlAddChildList(n, elts.dependents);
10528 (void) xmlAddChildList(snode, elts.dependents);
12035 * declared as "dependents". If there are dependencies which were
12177 * which were created as "dependents" of this service. If there are