Searched refs:fmd_msg_gettext_nv (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg.h | 73 extern char *fmd_msg_gettext_nv(fmd_msg_hdl_t *, const char *, nvlist_t *);
|
H A D | fmd_msg_test.c | 214 if ((s = fmd_msg_gettext_nv(h, NULL, list)) == NULL) { in main() 235 if ((s = fmd_msg_gettext_nv(h, NULL, list)) == NULL) { in main()
|
H A D | mapfile-vers | 46 fmd_msg_gettext_nv;
|
H A D | fmd_msg.c | 1625 fmd_msg_gettext_nv(fmd_msg_hdl_t *h, const char *locale, nvlist_t *nvl) in fmd_msg_gettext_nv() function
|
/titanic_44/usr/src/cmd/fm/fmdump/common/ |
H A D | fault.c | 254 if ((msg = fmd_msg_gettext_nv(g_msg, NULL, rp->rec_nvl)) == NULL) { in flt_msg()
|
/titanic_44/usr/src/cmd/fm/modules/common/syslog-msgs/ |
H A D | syslog.c | 296 if ((msg = fmd_msg_gettext_nv(syslog_msghdl, NULL, nvl)) == NULL) { in syslog_recv()
|
/titanic_44/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | smtp-notify.c | 744 if ((body = fmd_msg_gettext_nv(nhdl->nh_msghdl, NULL, in listev_cb()
|