Searched defs:ev2 (Results 1 - 3 of 3) sorted by relevance

/illumos-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++)
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c4962 const char *ev1, const char *ev2, const char *actual,
4979 err->te_ev2 = ev2;
5035 char *ev2 = NULL; local
5052 if ((ev2 = strdup(t_pg_type)) == NULL) {
5058 ev2, NULL, t_fmri, t_pg_name, t_pg_type, NULL, NULL));
5061 free(ev2);
5598 char *ev2 = NULL; local
5614 if (scf_tmpl_pg_type(t, &ev2) == -1) {
5619 ev1, ev2, NULL, t_fmri, t_pg_name, t_pg_type, NULL, NULL));
5622 free(ev2);
4960 _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...]
/illumos-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,

Completed in 65 milliseconds