Symbol: evch_dlelem_t
usr/src/uts/common/os/evchannels.c
1113
evch_dl_add(&eg->evch_list, (evch_dlelem_t *)p);
usr/src/uts/common/os/evchannels.c
134
evch_dl_add(evch_dlist_t *hp, evch_dlelem_t *el)
usr/src/uts/common/os/evchannels.c
136
evch_dlelem_t *x = hp->dh_head.dl_prev;
usr/src/uts/common/os/evchannels.c
137
evch_dlelem_t *y = &hp->dh_head;
usr/src/uts/common/os/evchannels.c
150
evch_dl_del(evch_dlist_t *hp, evch_dlelem_t *p)
usr/src/uts/common/os/evchannels.c
163
static evch_dlelem_t *
usr/src/uts/common/os/evchannels.c
164
evch_dl_search(evch_dlist_t *hp, int (*cmp)(evch_dlelem_t *, char *), char *s)
usr/src/uts/common/os/evchannels.c
166
evch_dlelem_t *p;
usr/src/uts/common/os/evchannels.c
192
evch_dlelem_t *ep = (evch_dlelem_t *)el;
usr/src/uts/common/os/evchannels.c
200
if ((ep = ep->dl_next) == (evch_dlelem_t *)hp) {
usr/src/uts/common/os/evchannels.c
802
evch_namecmp(evch_dlelem_t *ep, char *s)
usr/src/uts/common/os/evchannels.c
945
evch_subidcmp(evch_dlelem_t *ep, char *s)
usr/src/uts/common/os/evchannels.c
958
evch_dumpflgcmp(evch_dlelem_t *ep, char *s)
usr/src/uts/common/sys/sysevent_impl.h
269
evch_dlelem_t dh_head;
usr/src/uts/common/sys/sysevent_impl.h
303
typedef int (*compare_f)(evch_dlelem_t *, char *);
usr/src/uts/common/sys/sysevent_impl.h
340
evch_dlelem_t su_link;
usr/src/uts/common/sys/sysevent_impl.h
356
evch_dlelem_t sd_link; /* Links all subscribers of this ch. */
usr/src/uts/common/sys/sysevent_impl.h
380
evch_dlelem_t ch_link; /* Must be first elem. of structure */