Home
last modified time | relevance | path

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 Dfmd_msg.h73 extern char *fmd_msg_gettext_nv(fmd_msg_hdl_t *, const char *, nvlist_t *);
H A Dfmd_msg_test.c214 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 Dmapfile-vers46 fmd_msg_gettext_nv;
H A Dfmd_msg.c1625 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 Dfault.c254 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 Dsyslog.c296 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 Dsmtp-notify.c744 if ((body = fmd_msg_gettext_nv(nhdl->nh_msghdl, NULL, in listev_cb()