Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c190 evch_dl_next(evch_dlist_t *hp, void *el) in evch_dl_next() function
319 while ((chp = evch_dl_next(&eg->evch_list, NULL)) != NULL) { in evch_zonefree()
464 sub = evch_dl_next(&eqp->eq_subscr, NULL); in evch_delivery_thr()
501 sub = evch_dl_next(&eqp->eq_subscr, sub); in evch_delivery_thr()
1041 for (chp = evch_dl_next(&eg->evch_list, NULL); chp != NULL; in evch_chinitthr()
1042 chp = evch_dl_next(&eg->evch_list, chp)) { in evch_chinitthr()
1043 for (sdp = evch_dl_next(&chp->ch_subscr, NULL); sdp; in evch_chinitthr()
1044 sdp = evch_dl_next(&chp->ch_subscr, sdp)) { in evch_chinitthr()
1469 for (chp = evch_dl_next(&eg->evch_list, NULL); chp != NULL; in evch_chgetnames()
1470 chp = evch_dl_next(&eg->evch_list, chp)) { in evch_chgetnames()
[all …]