Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c50 struct fmev_hdl_cmn sh_cmn; member
65 #define FMEV_SHDL_VALID(ihdl) ((ihdl)->sh_cmn.hc_magic == _FMEV_SHMAGIC)
70 fmev_api_enter(&HDL2IHDL(hdl)->sh_cmn, LIBFMEVENT_VERSION_##v)
91 return (&HDL2IHDL(hdl)->sh_cmn); in fmev_shdl_cmn()
397 return (ihdl->sh_cmn.hc_alloc(sz)); in fmev_shdl_alloc()
408 return (ihdl->sh_cmn.hc_zalloc(sz)); in fmev_shdl_zalloc()
419 ihdl->sh_cmn.hc_free(buf, sz); in fmev_shdl_free()
434 if ((dst = ihdl->sh_cmn.hc_alloc(srclen + 1)) == NULL) { in fmev_shdl_strdup()
451 ihdl->sh_cmn.hc_free(buf, strlen(buf) + 1); in fmev_shdl_strfree()
504 ihdl->sh_cmn = hc; in fmev_shdl_init()
[all …]