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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c101 * evch_dl_next - Get next elements of list
186 evch_dl_next(evch_dlist_t *hp, void *el) function
315 while ((chp = evch_dl_next(&eg->evch_list, NULL)) != NULL) {
327 while ((sdp = evch_dl_next(&chp->ch_subscr, NULL)) != NULL) {
460 sub = evch_dl_next(&eqp->eq_subscr, NULL);
497 sub = evch_dl_next(&eqp->eq_subscr, sub);
1037 for (chp = evch_dl_next(&eg->evch_list, NULL); chp != NULL;
1038 chp = evch_dl_next(&eg->evch_list, chp)) {
1039 for (sdp = evch_dl_next(&chp->ch_subscr, NULL); sdp;
1040 sdp = evch_dl_next(
[all...]

Completed in 45 milliseconds