Searched refs:ev2 (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h419 const char *ev1, const char *ev2, const char *actual,
/opensolaris-onvv-gate/usr/src/cmd/lockstat/
H A Dlockstat.c1153 int ev1, ev2; local
1159 ev2 = evp2 ? atoi(evp2) : ev1;
1161 (uint_t)ev2 >= LS_MAX_EVENTS || ev1 > ev2)
1163 for (i = ev1; i <= ev2; i++)
/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c1682 const char *ev2 = NULL; local
1726 /* actual, ev1 and ev2 are error code specific. */
1732 ev2 = uint64_to_str(einfo->ei_u.ei_cardinality.ei_max);
1764 ev2 = safe_strdup(einfo->ei_u.ei_missing_pg.ei_pg_type);
1785 ev2 = find_name_specification(conflict);
1786 if (ev2 != NULL)
1787 ev2 = safe_strdup(ev2);
1805 ed[ED_PG_NAME], ed[ED_PROP_NAME], ev1, ev2, actual,
/opensolaris-onvv-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c4958 const char *ev1, const char *ev2, const char *actual,
4975 err->te_ev2 = ev2;
5031 char *ev2 = NULL; local
5048 if ((ev2 = strdup(t_pg_type)) == NULL) {
5054 ev2, NULL, t_fmri, t_pg_name, t_pg_type, NULL, NULL));
5057 free(ev2);
5594 char *ev2 = NULL; local
5610 if (scf_tmpl_pg_type(t, &ev2) == -1) {
5615 ev1, ev2, NULL, t_fmri, t_pg_name, t_pg_type, NULL, NULL));
5618 free(ev2);
4956 _scf_tmpl_add_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, const char *pg_name, const char *prop_name, const char *ev1, const char *ev2, const char *actual, const char *tmpl_fmri, const char *tmpl_pg_name, const char *tmpl_pg_type, const char *tmpl_prop_name, const char *tmpl_prop_type) argument
[all...]

Completed in 204 milliseconds