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

  /src/sys/dev/pci/
yds.c 76 # define DPRINTF(x) if (ydsdebug) printf x
77 # define DPRINTFN(n,x) if (ydsdebug>(n)) printf x
78 int ydsdebug = 0; variable in typeref:typename:int
197 if (ydsdebug > (n)) yds_dump_play_slot(sc, bank)
797 if (ydsdebug) {
yds.c 76 # define DPRINTF(x) if (ydsdebug) printf x
77 # define DPRINTFN(n,x) if (ydsdebug>(n)) printf x
78 int ydsdebug = 0; variable in typeref:typename:int
197 if (ydsdebug > (n)) yds_dump_play_slot(sc, bank)
797 if (ydsdebug) {

Completed in 26 milliseconds