HomeSort by: relevance | last modified time | path
    Searched defs:nextfn (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/dreamcast/dev/maple/
maple.c 877 struct maple_func *fn, *nextfn; local
886 for ( ; fn; fn = nextfn) {
887 nextfn = TAILQ_NEXT(fn, f_cmdq);
1050 struct maple_func *fn, *nextfn; local
1053 for (fn = TAILQ_FIRST(&sc->sc_periodicdeferq); fn; fn = nextfn) {
1056 nextfn = TAILQ_NEXT(fn, f_periodicq);
1093 struct maple_func *fn, *nextfn; local
1095 for (fn = TAILQ_FIRST(&sc->sc_periodicq); fn; fn = nextfn) {
1098 nextfn = TAILQ_NEXT(fn, f_periodicq);
maple.c 877 struct maple_func *fn, *nextfn; local
886 for ( ; fn; fn = nextfn) {
887 nextfn = TAILQ_NEXT(fn, f_cmdq);
1050 struct maple_func *fn, *nextfn; local
1053 for (fn = TAILQ_FIRST(&sc->sc_periodicdeferq); fn; fn = nextfn) {
1056 nextfn = TAILQ_NEXT(fn, f_periodicq);
1093 struct maple_func *fn, *nextfn; local
1095 for (fn = TAILQ_FIRST(&sc->sc_periodicq); fn; fn = nextfn) {
1098 nextfn = TAILQ_NEXT(fn, f_periodicq);

Completed in 287 milliseconds