Lines Matching defs:dependents
110 xmlNodePtr dependents;
3235 * dependents pg, and add an entry to create a new property for this
3438 * Upgrade uncustomized dependents of ent to those specified in ient. Read
3443 * "dependents" property group in snpl) and snpl (the snaplevel which
3445 * snpl doesn't have a "dependents" property group, and any dependents in ient
3455 * EPERM - could not modify dependents pg (permission denied) (error printed)
3458 * EROFS - could not modify dependents pg (repository read-only)
3461 * EACCES - could not modify dependents pg (backend access denied)
3464 * EBUSY - "dependents" pg of ent added, changed, or deleted (error printed)
3484 const char * const dependents = "dependents";
3492 /* Fetch the current version of the "dependents" property group. */
3494 if (entity_get_pg(ent, issvc, dependents, ud_cur_depts_pg) != 0) {
3514 /* Fetch the running version of the "dependents" property group. */
3517 r = scf_snaplevel_get_pg(running, dependents, ud_run_dpts_pg);
3519 r = entity_get_pg(ent, issvc, dependents, ud_run_dpts_pg);
3542 * Clear the seen fields of the dependents, so we can tell which ones
3557 * a current version of the "dependents" property group,
3558 * because we'll just consider all dependents as customized
3589 dependents);
3593 warn(emsg_pg_mod_perm, dependents,
3669 /* import unseen dependents */
3693 * We have new dependents to import, so we need a "dependents"
3697 r = scf_service_add_pg(ent, dependents,
3700 r = scf_instance_add_pg(ent, dependents,
3712 warn(emsg_pg_added, ient->sc_fmri, dependents);
3716 warn(emsg_pg_add_perm, dependents,
3740 warn(emsg_pg_deleted, ient->sc_fmri, dependents);
3744 warn(emsg_pg_mod_perm, dependents, ient->sc_fmri);
3850 warn(emsg_pg_changed, ient->sc_fmri, dependents);
3868 warn(emsg_pg_deleted, ient->sc_fmri, dependents);
3872 warn(emsg_pg_mod_perm, dependents, ient->sc_fmri);
4045 * prop is taken to be a property in the "dependents" property group of snpl,
4047 * to ient. If prop is a valid dependents property, upgrade the dependent it
4049 * true, then ud_run_dpts_pg is taken to be the "dependents" property group
4095 "(dependent \"%s\" has invalid dependents property).\n");
4190 "dependents");
4439 "dependents");
4600 warn(emsg_pg_deleted, ient->sc_fmri, "dependents");
5086 "dependents");
5111 "dependents");
5117 "dependents");
5169 * represents the existent dependent (in the dependents property group) in the
5207 new_dpt_pgroup->sc_pgroup_name, "dependents");
5227 scf_type_to_string(ty), "dependents");
5370 * - couldn't upgrade dependents (permission denied) (error printed)
5374 * - couldn't upgrade dependents (repository read-only)
5378 * - couldn't upgrade dependents (backend access denied)
5385 * - "dependents" pg was added, changed, or deleted (error printed)
5468 /* Special handling for dependents */
5469 if (strcmp(imp_str, "dependents") == 0)
5983 if (strcmp(pg->sc_pgroup_name, "dependents") == 0) {
6145 * - couldn't import dependents (permission denied)
6150 * - couldn't import dependents (repository read-only)
6155 * - couldn't import dependents (backend access denied)
6158 * - invalid dependents (error printed)
8535 const char * const dependents = "dependents";
8543 if (entity_get_running_pg(sc_ent, issvc, dependents, imp_pg,
8562 * Found the dependents/<wip dep> so check to
10169 if (eelts->dependents == NULL)
10170 eelts->dependents = n;
10172 (void) xmlAddSibling(eelts->dependents,
10688 (void) xmlAddChildList(n, elts.dependents);
10805 (void) xmlAddChildList(snode, elts.dependents);
12339 * declared as "dependents". If there are dependencies which were
12481 * which were created as "dependents" of this service. If there are