Searched refs:sh_attr (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/fm/libfmevent/common/ |
H A D | fmev_subscribe.c | 60 sysevent_subattr_t *sh_attr; member 148 sysevent_subattr_thrattr(ihdl->sh_attr, attr); in fmev_shdlctl_thrattr() 165 sysevent_subattr_sigmask(ihdl->sh_attr, set); in fmev_shdlctl_sigmask() 183 sysevent_subattr_thrsetup(ihdl->sh_attr, func, cookie); in fmev_shdlctl_thrsetup() 201 sysevent_subattr_thrcreate(ihdl->sh_attr, func, cookie); in fmev_shdlctl_thrcreate() 297 sip->si_pat, fmev_proxy_cb, sip, 0, ihdl->sh_attr)) != 0) { in fmev_shdl_subscribe() 504 if ((ihdl->sh_attr = sysevent_subattr_alloc()) == NULL) { in fmev_shdl_init() 694 if (ihdl->sh_attr) { in fmev_shdl_fini() 695 sysevent_subattr_free(ihdl->sh_attr); in fmev_shdl_fini() 696 ihdl->sh_attr = NULL; in fmev_shdl_fini()
|