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

  /src/sys/dev/
video.c 66 #define DPRINTF(x) do { if (videodebug) printf x; } while (0)
67 #define DPRINTFN(n,x) do { if (videodebug>(n)) printf x; } while (0)
68 int videodebug = VIDEO_DEBUG; variable in typeref:typename:int
video.c 66 #define DPRINTF(x) do { if (videodebug) printf x; } while (0)
67 #define DPRINTFN(n,x) do { if (videodebug>(n)) printf x; } while (0)
68 int videodebug = VIDEO_DEBUG; variable in typeref:typename:int

Completed in 27 milliseconds