Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c54 struct fmev_hdl_cmn sh_cmn; member
69 #define FMEV_SHDL_VALID(ihdl) ((ihdl)->sh_cmn.hc_magic == _FMEV_SHMAGIC)
74 fmev_api_enter(&HDL2IHDL(hdl)->sh_cmn, LIBFMEVENT_VERSION_##v)
95 return (&HDL2IHDL(hdl)->sh_cmn); in fmev_shdl_cmn()
395 return (ihdl->sh_cmn.hc_alloc(sz)); in fmev_shdl_alloc()
406 return (ihdl->sh_cmn.hc_zalloc(sz)); in fmev_shdl_zalloc()
417 ihdl->sh_cmn.hc_free(buf, sz); in fmev_shdl_free()
432 if ((dst = ihdl->sh_cmn.hc_alloc(srclen + 1)) == NULL) { in fmev_shdl_strdup()
449 ihdl->sh_cmn.hc_free(buf, strlen(buf) + 1); in fmev_shdl_strfree()
502 ihdl->sh_cmn = hc; in fmev_shdl_init()
[all …]