Lines Matching refs:ed
1680 const char *ed[ED_COUNT]; in add_scf_error() local
1687 (void) memset(ed, 0, sizeof (ed)); in add_scf_error()
1691 ed[ED_PG_NAME] = pg->sc_pgroup_name; in add_scf_error()
1694 ed[ED_PROP_NAME] = prop->sc_property_name; in add_scf_error()
1698 ed[ED_TMPL_FMRI] = prop_pattern->sc_parent->sc_fmri; in add_scf_error()
1701 ed[ED_TMPL_FMRI] = pg_pattern->sc_parent->sc_fmri; in add_scf_error()
1702 ed[ED_TMPL_PG_NAME] = find_name_specification(pg_pattern); in add_scf_error()
1703 ed[ED_TMPL_PG_TYPE] = find_type_specification(pg_pattern); in add_scf_error()
1706 ed[ED_TMPL_PROP_NAME] = find_name_specification(prop_pattern); in add_scf_error()
1707 ed[ED_TMPL_PROP_TYPE] = find_type_specification(prop_pattern); in add_scf_error()
1721 if (ed[i] == NULL) in add_scf_error()
1723 ed[i] = safe_strdup(ed[i]); in add_scf_error()
1805 ed[ED_PG_NAME], ed[ED_PROP_NAME], ev1, ev2, actual, in add_scf_error()
1806 ed[ED_TMPL_FMRI], ed[ED_TMPL_PG_NAME], ed[ED_TMPL_PG_TYPE], in add_scf_error()
1807 ed[ED_TMPL_PROP_NAME], ed[ED_TMPL_PROP_TYPE]); in add_scf_error()