/src/sys/arch/dreamcast/dev/maple/ |
maple.c | 880 struct maple_func *fn, *nextfn; local in function:maple_queue_cmds 889 for ( ; fn; fn = nextfn) { 890 nextfn = TAILQ_NEXT(fn, f_cmdq); 1053 struct maple_func *fn, *nextfn; local in function:maple_send_defered_periodic 1056 for (fn = TAILQ_FIRST(&sc->sc_periodicdeferq); fn; fn = nextfn) { 1059 nextfn = TAILQ_NEXT(fn, f_periodicq); 1096 struct maple_func *fn, *nextfn; local in function:maple_send_periodic 1098 for (fn = TAILQ_FIRST(&sc->sc_periodicq); fn; fn = nextfn) { 1101 nextfn = TAILQ_NEXT(fn, f_periodicq);
|
maple.c | 880 struct maple_func *fn, *nextfn; local in function:maple_queue_cmds 889 for ( ; fn; fn = nextfn) { 890 nextfn = TAILQ_NEXT(fn, f_cmdq); 1053 struct maple_func *fn, *nextfn; local in function:maple_send_defered_periodic 1056 for (fn = TAILQ_FIRST(&sc->sc_periodicdeferq); fn; fn = nextfn) { 1059 nextfn = TAILQ_NEXT(fn, f_periodicq); 1096 struct maple_func *fn, *nextfn; local in function:maple_send_periodic 1098 for (fn = TAILQ_FIRST(&sc->sc_periodicq); fn; fn = nextfn) { 1101 nextfn = TAILQ_NEXT(fn, f_periodicq);
|