Searched refs:ev1 (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dt-event.c28 static void ev1 __P((int));
42 ev1(arg) function
64 ev = sm_seteventm(1000, ev1, 1);
70 ev = sm_seteventm(9000, ev1, 2);
/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/lib/libscf/common/
H A Dscf_tmpl.c4958 const char *ev1, const char *ev2, const char *actual,
4974 err->te_ev1 = ev1;
5030 char *ev1 = NULL; local
5044 if ((ev1 = strdup(t_pg_name)) == NULL) {
5053 return (_scf_tmpl_add_error(errs, SCF_TERR_MISSING_PG, NULL, NULL, ev1,
5056 free(ev1);
5083 char *ev1 = NULL; local
5101 if ((ev1 = strdup(t_pg_type)) == NULL) {
5107 ev1, NULL, actual, t_fmri, t_pg_name, t_pg_type, NULL, NULL));
5110 free(ev1);
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
5137 char *ev1 = NULL; local
5208 char *ev1 = NULL; local
5593 char *ev1 = NULL; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c1681 const char *ev1 = NULL; local
1726 /* actual, ev1 and ev2 are error code specific. */
1731 ev1 = uint64_to_str(einfo->ei_u.ei_cardinality.ei_min);
1738 ev1 = find_type_specification(pg_pattern);
1739 if (ev1 != NULL) {
1740 ev1 = safe_strdup(ev1);
1754 ev1 = safe_strdup(scf_type_to_string(prop_type));
1763 ev1 = safe_strdup(einfo->ei_u.ei_missing_pg.ei_pg_name);
1768 ev1
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lockstat/
H A Dlockstat.c1153 int ev1, ev2; local
1158 ev1 = atoi(evp);
1159 ev2 = evp2 ? atoi(evp2) : ev1;
1160 if ((uint_t)ev1 >= LS_MAX_EVENTS ||
1161 (uint_t)ev2 >= LS_MAX_EVENTS || ev1 > ev2)
1163 for (i = ev1; i <= ev2; i++)

Completed in 132 milliseconds