Home
last modified time | relevance | path

Searched refs:fmd_msg_hdl_t (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.h48 typedef struct fmd_msg_hdl fmd_msg_hdl_t; typedef
64 fmd_msg_hdl_t *fmd_msg_init(const char *, int);
65 void fmd_msg_fini(fmd_msg_hdl_t *);
67 extern int fmd_msg_locale_set(fmd_msg_hdl_t *, const char *);
68 extern const char *fmd_msg_locale_get(fmd_msg_hdl_t *);
70 extern int fmd_msg_url_set(fmd_msg_hdl_t *, const char *);
71 extern const char *fmd_msg_url_get(fmd_msg_hdl_t *);
73 extern char *fmd_msg_gettext_nv(fmd_msg_hdl_t *, const char *, nvlist_t *);
74 extern char *fmd_msg_gettext_id(fmd_msg_hdl_t *, const char *, const char *);
75 extern char *fmd_msg_gettext_key(fmd_msg_hdl_t *, const char *, const char *,
[all …]
H A Dfmd_msg.c251 fmd_msg_lock_held(fmd_msg_hdl_t *h) in fmd_msg_lock_held()
270 static fmd_msg_hdl_t *
271 fmd_msg_init_err(fmd_msg_hdl_t *h, int err) in fmd_msg_init_err()
278 fmd_msg_hdl_t *
281 fmd_msg_hdl_t *h = NULL; in fmd_msg_init()
288 if ((h = malloc(sizeof (fmd_msg_hdl_t))) == NULL) in fmd_msg_init()
291 bzero(h, sizeof (fmd_msg_hdl_t)); in fmd_msg_init()
360 fmd_msg_fini(fmd_msg_hdl_t *h) in fmd_msg_fini()
372 fmd_msg_locale_set(fmd_msg_hdl_t *h, const char *locale) in fmd_msg_locale_set()
404 fmd_msg_locale_get(fmd_msg_hdl_t *h) in fmd_msg_locale_get()
[all …]
H A Dfmd_msg_test.c45 fmd_msg_hdl_t *h; in main()
/titanic_44/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.h93 extern fmd_msg_hdl_t *g_msg;
H A Dfmdump.c55 fmd_msg_hdl_t *g_msg;
/titanic_44/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.h58 fmd_msg_hdl_t *nh_msghdl;
/titanic_44/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c73 static fmd_msg_hdl_t *syslog_msghdl; /* handle for libfmd_msg calls */
/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_protocol.c150 fmd_msg_hdl_t *msghdl; in fmd_protocol_list()
/titanic_44/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c246 static fmd_msg_hdl_t *fmadm_msghdl = NULL; /* handle for libfmd_msg calls */