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

/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c50 struct fmev_hdl_cmn sh_cmn; member in struct:__anon2487
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);
397 return (ihdl->sh_cmn.hc_alloc(sz));
408 return (ihdl->sh_cmn.hc_zalloc(sz));
419 ihdl->sh_cmn.hc_free(buf, sz);
434 if ((dst = ihdl->sh_cmn.hc_alloc(srclen + 1)) == NULL) {
451 ihdl->sh_cmn.hc_free(buf, strlen(buf) + 1);
504 ihdl->sh_cmn
[all...]

Completed in 73 milliseconds