yds.c | 195 static void yds_dump_play_slot(struct yds_softc *, int); 196 #define YDS_DUMP_PLAY_SLOT(n, sc, bank) \ 197 if (ydsdebug > (n)) yds_dump_play_slot(sc, bank) 199 #define YDS_DUMP_PLAY_SLOT(n, sc, bank) 281 yds_dump_play_slot(struct yds_softc *sc, int bank) function in typeref:typename:void 1444 YDS_DUMP_PLAY_SLOT(5, sc, 0); 1445 YDS_DUMP_PLAY_SLOT(5, sc, 1);
|