Home
last modified time | relevance | path

Searched refs:fmev_hdl_cmn (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_impl.h56 struct fmev_hdl_cmn { struct
66 struct fmev_hdl_cmn *fmev_shdl_cmn(fmev_shdl_t); argument
72 extern int fmev_api_init(struct fmev_hdl_cmn *);
73 extern int fmev_api_enter(struct fmev_hdl_cmn *, uint32_t);
H A Dfmev_util.c58 fmev_api_init(struct fmev_hdl_cmn *hc) in fmev_api_init()
63 if (!fmev_api_enter((struct fmev_hdl_cmn *)fmev_api_init, 0)) in fmev_api_init()
90 fmev_api_enter(struct fmev_hdl_cmn *hc, uint32_t ver_intro) in fmev_api_enter()
117 if (hc == (struct fmev_hdl_cmn *)fmev_api_init) in fmev_api_enter()
H A Dfmev_subscribe.c54 struct fmev_hdl_cmn sh_cmn;
92 struct fmev_hdl_cmn *
473 struct fmev_hdl_cmn hc; in fmev_shdl_init()