Symbol: fmev_shdl_t
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
281
fmev_shdl_t
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
46
fmev_shdl_t ei_hdl; /* handle received on */
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
69
fmev_sysev2fmev(fmev_shdl_t hdl, sysevent_t *sep, char **clsp, nvlist_t **nvlp)
usr/src/lib/fm/libfmevent/common/fmev_impl.h
66
struct fmev_hdl_cmn *fmev_shdl_cmn(fmev_shdl_t);
usr/src/lib/fm/libfmevent/common/fmev_impl.h
76
extern int fmev_shdl_valid(fmev_shdl_t);
usr/src/lib/fm/libfmevent/common/fmev_impl.h
77
extern fmev_t fmev_sysev2fmev(fmev_shdl_t, sysevent_t *sep, char **,
usr/src/lib/fm/libfmevent/common/fmev_impl.h
79
extern topo_hdl_t *fmev_topohdl(fmev_shdl_t);
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
118
fmev_shdlctl_serialize(fmev_shdl_t hdl)
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
138
fmev_shdlctl_thrattr(fmev_shdl_t hdl, pthread_attr_t *attr)
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
155
fmev_shdlctl_sigmask(fmev_shdl_t hdl, sigset_t *set)
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
172
fmev_shdlctl_thrsetup(fmev_shdl_t hdl, door_xcreate_thrsetup_func_t *func,
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
190
fmev_shdlctl_thrcreate(fmev_shdl_t hdl, door_xcreate_server_func_t *func,
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
244
fmev_shdl_subscribe(fmev_shdl_t hdl, const char *pat, fmev_cbfunc_t func,
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
347
fmev_shdl_unsubscribe(fmev_shdl_t hdl, const char *pat)
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
388
fmev_shdl_alloc(fmev_shdl_t hdl, size_t sz)
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
399
fmev_shdl_zalloc(fmev_shdl_t hdl, size_t sz)
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
410
fmev_shdl_free(fmev_shdl_t hdl, void *buf, size_t sz)
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
421
fmev_shdl_strdup(fmev_shdl_t hdl, char *src)
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
443
fmev_shdl_strfree(fmev_shdl_t hdl, char *buf)
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
453
fmev_shdl_valid(fmev_shdl_t hdl)
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
468
fmev_shdl_t
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
564
fmev_shdl_getauthority(fmev_shdl_t hdl, nvlist_t **nvlp)
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
606
fmev_shdl_nvl2str(fmev_shdl_t hdl, nvlist_t *nvl)
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
652
fmev_shdl_fini(fmev_shdl_t hdl)
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
66
#define IHDL2HDL(ihdl) ((fmev_shdl_t)(ihdl))
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
93
fmev_shdl_cmn(fmev_shdl_t hdl)
usr/src/lib/fm/libfmevent/common/libfmevent.h
168
extern fmev_shdl_t fmev_shdl_init(uint32_t,
usr/src/lib/fm/libfmevent/common/libfmevent.h
173
extern fmev_err_t fmev_shdl_fini(fmev_shdl_t);
usr/src/lib/fm/libfmevent/common/libfmevent.h
222
extern fmev_err_t fmev_shdlctl_serialize(fmev_shdl_t);
usr/src/lib/fm/libfmevent/common/libfmevent.h
223
extern fmev_err_t fmev_shdlctl_thrattr(fmev_shdl_t, pthread_attr_t *);
usr/src/lib/fm/libfmevent/common/libfmevent.h
224
extern fmev_err_t fmev_shdlctl_sigmask(fmev_shdl_t, sigset_t *);
usr/src/lib/fm/libfmevent/common/libfmevent.h
225
extern fmev_err_t fmev_shdlctl_thrsetup(fmev_shdl_t,
usr/src/lib/fm/libfmevent/common/libfmevent.h
227
extern fmev_err_t fmev_shdlctl_thrcreate(fmev_shdl_t,
usr/src/lib/fm/libfmevent/common/libfmevent.h
247
extern fmev_err_t fmev_shdl_subscribe(fmev_shdl_t, const char *, fmev_cbfunc_t,
usr/src/lib/fm/libfmevent/common/libfmevent.h
249
extern fmev_err_t fmev_shdl_unsubscribe(fmev_shdl_t, const char *);
usr/src/lib/fm/libfmevent/common/libfmevent.h
257
extern fmev_err_t fmev_shdl_getauthority(fmev_shdl_t, nvlist_t **);
usr/src/lib/fm/libfmevent/common/libfmevent.h
332
extern char *fmev_shdl_nvl2str(fmev_shdl_t, nvlist_t *);
usr/src/lib/fm/libfmevent/common/libfmevent.h
334
extern fmev_shdl_t fmev_ev2shdl(fmev_t);
usr/src/lib/fm/libfmevent/common/libfmevent.h
340
void *fmev_shdl_alloc(fmev_shdl_t, size_t);
usr/src/lib/fm/libfmevent/common/libfmevent.h
341
void *fmev_shdl_zalloc(fmev_shdl_t, size_t);
usr/src/lib/fm/libfmevent/common/libfmevent.h
342
void fmev_shdl_free(fmev_shdl_t, void *, size_t);
usr/src/lib/fm/libfmevent/common/libfmevent.h
343
extern char *fmev_shdl_strdup(fmev_shdl_t, char *);
usr/src/lib/fm/libfmevent/common/libfmevent.h
344
extern void fmev_shdl_strfree(fmev_shdl_t, char *);
usr/src/lib/fm/libfmnotify/common/libfmnotify.h
56
fmev_shdl_t nh_evhdl;