Searched refs:fmd_msg_hdl_t (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.h52 typedef struct fmd_msg_hdl fmd_msg_hdl_t; typedef in typeref:struct:fmd_msg_hdl
68 fmd_msg_hdl_t *fmd_msg_init(const char *, int);
69 void fmd_msg_fini(fmd_msg_hdl_t *);
71 extern int fmd_msg_locale_set(fmd_msg_hdl_t *, const char *);
72 extern const char *fmd_msg_locale_get(fmd_msg_hdl_t *);
74 extern int fmd_msg_url_set(fmd_msg_hdl_t *, const char *);
75 extern const char *fmd_msg_url_get(fmd_msg_hdl_t *);
77 extern char *fmd_msg_gettext_nv(fmd_msg_hdl_t *, const char *, nvlist_t *);
78 extern char *fmd_msg_gettext_id(fmd_msg_hdl_t *, const char *, const char *);
79 extern char *fmd_msg_gettext_key(fmd_msg_hdl_t *, cons
[all...]
H A Dfmd_msg.c251 fmd_msg_lock_held(fmd_msg_hdl_t *h)
270 static fmd_msg_hdl_t *
271 fmd_msg_init_err(fmd_msg_hdl_t *h, int err)
278 fmd_msg_hdl_t *
281 fmd_msg_hdl_t *h = NULL;
288 if ((h = malloc(sizeof (fmd_msg_hdl_t))) == NULL)
291 bzero(h, sizeof (fmd_msg_hdl_t));
360 fmd_msg_fini(fmd_msg_hdl_t *h)
372 fmd_msg_locale_set(fmd_msg_hdl_t *h, const char *locale)
404 fmd_msg_locale_get(fmd_msg_hdl_t *
[all...]
H A Dfmd_msg_test.c44 fmd_msg_hdl_t *h;
/osnet-11/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.h57 fmd_msg_hdl_t *nh_msghdl;
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_fault.c416 fmd_msg_hdl_t *msghdl;

Completed in 79 milliseconds