Home
last modified time | relevance | path

Searched defs:evchan_subscriber (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libsysevent/
H A Dlibsysevent_impl.h150 struct evchan_subscriber { struct
151 evchan_subscr_t *evsub_next; /* list of subscribers */
152 evchan_impl_hdl_t *ev_subhead; /* link back to channel data */
153 int evsub_door_desc; /* Service door descriptor */
154 char *evsub_sid; /* identifier of subscriber */
155 void *evsub_cookie; /* subscriber cookie */
156 int (*evsub_func)(sysevent_t *, void *); /* subscriber event handler */
157 struct sysevent_subattr_impl *evsub_attr;
158 uint32_t evsub_state;