Searched defs:dependents (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c68 #define MSG_FAIL_DEPENDENTS gettext("failed while calling dependents.")
268 char **dependents; local
283 if (use_cache(rsrc, errorp, &dependents) < 0) {
307 for (i = 0; dependents[i] != NULL; i++) {
308 if (is_critical(dependents[i])) {
322 /* Convert the gathered dependents into an error message */
323 *errorp = create_message(MSG_HDR_STD, MSG_HDR_STD_MULTI, dependents);
331 free_list(dependents);
366 char **dependents; local
378 if (use_cache(rsrc, errorp, &dependents) <
420 char **dependents; local
464 char **dependents; local
1154 create_message(char *header, char *header_multi, char **dependents) argument
1224 char **dependents; local
1275 detect_critical_failure(char **errorp, uint_t flags, char **dependents) argument
1395 prune_dependents(char **dependents, char *rsrc) argument
[all...]
H A Dsvm_rcm.c73 #define MSG_NODEPS gettext("SVM: can't find dependents")
79 #define ERR_NODEPS gettext("can't find SVM resource dependents")
163 deventry_t *dependents);
394 * Determine dependents of the resource being offlined, and offline
408 * processing dependents.
417 char **dependents; local
486 /* Get dependents */
487 if (get_dependents(deventry, &dependents) != 0) {
494 if (dependents) {
499 * succeed, so ignore any of the dependents
553 char **dependents; local
620 char **dependents; local
763 char **dependents; local
829 char **dependents; local
897 char **dependents; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c1144 int32_t dependents; local
1185 dependents = 0;
1188 ++dependents;
1192 dependents);
1248 err = ptree_add_row_to_table(tbl_hdl, dependents, dep_list);
1448 /* Create separate list of dependents for each antecedent */
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c110 xmlNodePtr dependents; member in struct:entity_elts
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" p
3484 const char * const dependents = "dependents"; local
8535 const char * const dependents = "dependents"; local
[all...]

Completed in 89 milliseconds