OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025