Home
last modified time | relevance | path

Searched refs:SE_MAX_RETRY_LIMIT (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libsysevent/
H A Dlibsysevent.h42 #define SE_MAX_RETRY_LIMIT 3 macro
H A Dlibsysevent.c1675 if (resend_cnt > SE_MAX_RETRY_LIMIT) { in sysevent_send_event()
/titanic_50/usr/src/cmd/syseventd/modules/datalink_mod/
H A Ddatalink_mod.c154 SE_MAX_RETRY_LIMIT,
/titanic_50/usr/src/cmd/syseventd/modules/sysevent_reg_mod/
H A Dsysevent_reg_mod.c222 SE_MAJOR_VERSION, SE_MINOR_VERSION, SE_MAX_RETRY_LIMIT, deliver_event};
/titanic_50/usr/src/cmd/picl/plugins/common/piclevent/
H A Dpicl_slm.c68 SE_MAJOR_VERSION, SE_MINOR_VERSION, SE_MAX_RETRY_LIMIT,
/titanic_50/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c1317 (mod_ops->retry_limit <= SE_MAX_RETRY_LIMIT ? in load_modules()
1318 mod_ops->retry_limit : SE_MAX_RETRY_LIMIT))) < 0) { in load_modules()
/titanic_50/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c158 SE_MAX_RETRY_LIMIT, /* max retry if EAGAIN */
2128 if (ev_nretries == SE_MAX_RETRY_LIMIT) { in sysevent_conf_event()