Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h265 } evch_dlelem_t; typedef
269 evch_dlelem_t dh_head;
303 typedef int (*compare_f)(evch_dlelem_t *, char *);
340 evch_dlelem_t su_link;
356 evch_dlelem_t sd_link; /* Links all subscribers of this ch. */
380 evch_dlelem_t ch_link; /* Must be first elem. of structure */
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c134 evch_dl_add(evch_dlist_t *hp, evch_dlelem_t *el) in evch_dl_add()
136 evch_dlelem_t *x = hp->dh_head.dl_prev; in evch_dl_add()
137 evch_dlelem_t *y = &hp->dh_head; in evch_dl_add()
150 evch_dl_del(evch_dlist_t *hp, evch_dlelem_t *p) in evch_dl_del()
163 static evch_dlelem_t *
166 evch_dlelem_t *p; in evch_dl_search()
192 evch_dlelem_t *ep = (evch_dlelem_t *)el; in evch_dl_next()
200 if ((ep = ep->dl_next) == (evch_dlelem_t *)hp) { in evch_dl_next()
802 evch_namecmp(evch_dlelem_t *ep, char *s) in evch_namecmp()
945 evch_subidcmp(evch_dlelem_t *ep, char *s) in evch_subidcmp()
[all …]