Searched refs:ev1 (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | t-event.c | 28 static void ev1 __P((int)); 42 ev1(arg) in ev1() function 64 ev = sm_seteventm(1000, ev1, 1); 70 ev = sm_seteventm(9000, ev1, 2);
|
/titanic_44/usr/src/lib/libscf/common/ |
H A D | scf_tmpl.c | 4962 const char *ev1, const char *ev2, const char *actual, in _scf_tmpl_add_error() argument 4978 err->te_ev1 = ev1; in _scf_tmpl_add_error() 5034 char *ev1 = NULL; in _add_tmpl_missing_pg_error() local 5048 if ((ev1 = strdup(t_pg_name)) == NULL) { in _add_tmpl_missing_pg_error() 5057 return (_scf_tmpl_add_error(errs, SCF_TERR_MISSING_PG, NULL, NULL, ev1, in _add_tmpl_missing_pg_error() 5060 free(ev1); in _add_tmpl_missing_pg_error() 5087 char *ev1 = NULL; in _add_tmpl_wrong_pg_type_error() local 5105 if ((ev1 = strdup(t_pg_type)) == NULL) { in _add_tmpl_wrong_pg_type_error() 5111 ev1, NULL, actual, t_fmri, t_pg_name, t_pg_type, NULL, NULL)); in _add_tmpl_wrong_pg_type_error() 5114 free(ev1); in _add_tmpl_wrong_pg_type_error() [all …]
|
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_tmpl.c | 1681 const char *ev1 = NULL; in add_scf_error() local 1731 ev1 = uint64_to_str(einfo->ei_u.ei_cardinality.ei_min); in add_scf_error() 1738 ev1 = find_type_specification(pg_pattern); in add_scf_error() 1739 if (ev1 != NULL) { in add_scf_error() 1740 ev1 = safe_strdup(ev1); in add_scf_error() 1754 ev1 = safe_strdup(scf_type_to_string(prop_type)); in add_scf_error() 1763 ev1 = safe_strdup(einfo->ei_u.ei_missing_pg.ei_pg_name); in add_scf_error() 1768 ev1 = safe_strdup(einfo->ei_u.ei_missing_prop.ei_prop_name); in add_scf_error() 1784 ev1 = safe_strdup(conflict->sc_parent->sc_fmri); in add_scf_error() 1794 ev1 = safe_strdup(einfo->ei_u.ei_inc_values.ei_type); in add_scf_error() [all …]
|
/titanic_44/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 1153 int ev1, ev2; in main() local 1158 ev1 = atoi(evp); in main() 1159 ev2 = evp2 ? atoi(evp2) : ev1; in main() 1160 if ((uint_t)ev1 >= LS_MAX_EVENTS || in main() 1161 (uint_t)ev2 >= LS_MAX_EVENTS || ev1 > ev2) in main() 1163 for (i = ev1; i <= ev2; i++) in main()
|
/titanic_44/usr/src/lib/libscf/inc/ |
H A D | libscf_priv.h | 426 const char *ev1, const char *ev2, const char *actual,
|