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 D | fmd_msg.h | 48 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 D | fmd_msg.c | 251 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 D | fmd_msg_test.c | 45 fmd_msg_hdl_t *h; in main()
|
/titanic_44/usr/src/cmd/fm/fmdump/common/ |
H A D | fmdump.h | 93 extern fmd_msg_hdl_t *g_msg;
|
H A D | fmdump.c | 55 fmd_msg_hdl_t *g_msg;
|
/titanic_44/usr/src/lib/fm/libfmnotify/common/ |
H A D | libfmnotify.h | 58 fmd_msg_hdl_t *nh_msghdl;
|
/titanic_44/usr/src/cmd/fm/modules/common/syslog-msgs/ |
H A D | syslog.c | 73 static fmd_msg_hdl_t *syslog_msghdl; /* handle for libfmd_msg calls */
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_protocol.c | 150 fmd_msg_hdl_t *msghdl; in fmd_protocol_list()
|
/titanic_44/usr/src/cmd/fm/fmadm/common/ |
H A D | faulty.c | 246 static fmd_msg_hdl_t *fmadm_msghdl = NULL; /* handle for libfmd_msg calls */
|