Home
last modified time | relevance | path

Searched refs:evch_dlist_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h271 } evch_dlist_t; typedef
327 evch_dlist_t eq_subscr; /* Chain of all evch_evqsub_t */
385 evch_dlist_t ch_subscr; /* List of subscr. data (evch_subd_t) */
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c78 evch_dlist_t evch_list;
109 evch_dl_init(evch_dlist_t *hp) in evch_dl_init()
119 evch_dl_fini(evch_dlist_t *hp) in evch_dl_fini()
125 evch_dl_is_init(evch_dlist_t *hp) in evch_dl_is_init()
134 evch_dl_add(evch_dlist_t *hp, evch_dlelem_t *el) in evch_dl_add()
150 evch_dl_del(evch_dlist_t *hp, evch_dlelem_t *p) in evch_dl_del()
164 evch_dl_search(evch_dlist_t *hp, int (*cmp)(evch_dlelem_t *, char *), char *s) in evch_dl_search()
180 evch_dl_getnum(evch_dlist_t *hp) in evch_dl_getnum()
190 evch_dl_next(evch_dlist_t *hp, void *el) in evch_dl_next()