Searched refs:eprefs (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | smtp-notify.c | 143 process_template(nd_ev_info_t *ev_info, email_pref_t *eprefs) in process_template() argument 161 eprefs->ep_template_path, tmpfile, ev_info->ei_diagcode, in process_template() 166 if ((eprefs->ep_template = read_template(tmpfile)) != NULL) in process_template() 209 build_headers(nd_hdl_t *nhdl, nd_ev_info_t *ev_info, email_pref_t *eprefs, in build_headers() argument 285 XHDR_SEVERITY, ev_info->ei_severity, eprefs->ep_reply_to, in build_headers() 295 eprefs->ep_reply_to, subj); in build_headers() 303 XHDR_TO_STATE, ev_info->ei_to_state, eprefs->ep_reply_to, in build_headers() 314 XHDR_TO_STATE, ev_info->ei_to_state, eprefs->ep_reply_to, in build_headers() 321 eprefs->ep_reply_to, subj); in build_headers() 329 ev_info->ei_severity, eprefs->ep_reply_to, subj); in build_headers() [all …]
|