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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c107 hp->dh_head.dl_prev = hp->dh_head.dl_next = &hp->dh_head;
117 hp->dh_head.dl_prev = hp->dh_head.dl_next = NULL;
123 return (hp->dh_head.dl_next != NULL ? 1 : 0);
132 evch_dlelem_t *x = hp->dh_head.dl_prev;
133 evch_dlelem_t *y = &hp->dh_head;
148 ASSERT(hp->dh_count > 0 && p != &hp->dh_head);
164 for (p = hp->dh_head
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h269 evch_dlelem_t dh_head; member in struct:__anon9090

Completed in 63 milliseconds