OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtwn_debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_rtwn.c
66
#ifdef
RTWN_DEBUG
67
#define DPRINTF(x) do { if (
rtwn_debug
) printf x; } while (0)
68
#define DPRINTFN(n, x) do { if (
rtwn_debug
>= (n)) printf x; } while (0)
69
int
rtwn_debug
= 0;
variable in typeref:typename:int
934
#ifdef
RTWN_DEBUG
935
if (
rtwn_debug
>= 2) {
3065
#ifdef
RTWN_DEBUG
3066
if (
rtwn_debug
>= 4) {
if_rtwn.c
66
#ifdef
RTWN_DEBUG
67
#define DPRINTF(x) do { if (
rtwn_debug
) printf x; } while (0)
68
#define DPRINTFN(n, x) do { if (
rtwn_debug
>= (n)) printf x; } while (0)
69
int
rtwn_debug
= 0;
variable in typeref:typename:int
934
#ifdef
RTWN_DEBUG
935
if (
rtwn_debug
>= 2) {
3065
#ifdef
RTWN_DEBUG
3066
if (
rtwn_debug
>= 4) {
Completed in 27 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025