Searched refs:sh_attr (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/fm/libfmevent/common/ |
H A D | fmev_subscribe.c | 56 sysevent_subattr_t *sh_attr; member 144 sysevent_subattr_thrattr(ihdl->sh_attr, attr); in fmev_shdlctl_thrattr() 161 sysevent_subattr_sigmask(ihdl->sh_attr, set); in fmev_shdlctl_sigmask() 179 sysevent_subattr_thrsetup(ihdl->sh_attr, func, cookie); in fmev_shdlctl_thrsetup() 197 sysevent_subattr_thrcreate(ihdl->sh_attr, func, cookie); in fmev_shdlctl_thrcreate() 299 sip->si_pat, fmev_proxy_cb, sip, 0, ihdl->sh_attr)) != 0) { in fmev_shdl_subscribe() 506 if ((ihdl->sh_attr = sysevent_subattr_alloc()) == NULL) { in fmev_shdl_init() 696 if (ihdl->sh_attr) { in fmev_shdl_fini() 697 sysevent_subattr_free(ihdl->sh_attr); in fmev_shdl_fini() 698 ihdl->sh_attr = NULL; in fmev_shdl_fini()
|