Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c111 hp->dh_head.dl_prev = hp->dh_head.dl_next = &hp->dh_head; in evch_dl_init()
121 hp->dh_head.dl_prev = hp->dh_head.dl_next = NULL; in evch_dl_fini()
127 return (hp->dh_head.dl_next != NULL ? 1 : 0); in evch_dl_is_init()
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()
152 ASSERT(hp->dh_count > 0 && p != &hp->dh_head); in evch_dl_del()
168 for (p = hp->dh_head.dl_next; p != &hp->dh_head; p = p->dl_next) { in evch_dl_search()
198 return (hp->dh_head.dl_next); in evch_dl_next()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h269 evch_dlelem_t dh_head; member