Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Devchannels.c186 evch_dl_next(evch_dlist_t *hp, void *el) in evch_dl_next() function
315 while ((chp = evch_dl_next(&eg->evch_list, NULL)) != NULL) { in evch_zonefree()
327 while ((sdp = evch_dl_next(&chp->ch_subscr, NULL)) != NULL) { in evch_zonefree()
460 sub = evch_dl_next(&eqp->eq_subscr, NULL); in evch_delivery_thr()
497 sub = evch_dl_next(&eqp->eq_subscr, sub); in evch_delivery_thr()
1037 for (chp = evch_dl_next(&eg->evch_list, NULL); chp != NULL; in evch_chinitthr()
1038 chp = evch_dl_next(&eg->evch_list, chp)) { in evch_chinitthr()
1039 for (sdp = evch_dl_next(&chp->ch_subscr, NULL); sdp; in evch_chinitthr()
1040 sdp = evch_dl_next(&chp->ch_subscr, sdp)) { in evch_chinitthr()
1466 for (chp = evch_dl_next(&eg->evch_list, NULL); chp != NULL; in evch_chgetnames()
[all …]