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

/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c56 sysevent_subattr_t *sh_attr; member in struct:__anon2487
144 sysevent_subattr_thrattr(ihdl->sh_attr, attr);
161 sysevent_subattr_sigmask(ihdl->sh_attr, set);
179 sysevent_subattr_thrsetup(ihdl->sh_attr, func, cookie);
197 sysevent_subattr_thrcreate(ihdl->sh_attr, func, cookie);
299 sip->si_pat, fmev_proxy_cb, sip, 0, ihdl->sh_attr)) != 0) {
506 if ((ihdl->sh_attr = sysevent_subattr_alloc()) == NULL) {
696 if (ihdl->sh_attr) {
697 sysevent_subattr_free(ihdl->sh_attr);
698 ihdl->sh_attr
[all...]

Completed in 56 milliseconds