OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipw_debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_ipw.c
79
#ifdef
IPW_DEBUG
80
#define DPRINTF(x) if (
ipw_debug
> 0) printf x
81
#define DPRINTFN(n, x) if (
ipw_debug
>= (n)) printf x
82
int
ipw_debug
= 0;
variable in typeref:typename:int
907
#ifdef
IPW_DEBUG
2078
#ifdef
IPW_DEBUG
2079
if (
ipw_debug
> 0) {
if_ipw.c
79
#ifdef
IPW_DEBUG
80
#define DPRINTF(x) if (
ipw_debug
> 0) printf x
81
#define DPRINTFN(n, x) if (
ipw_debug
>= (n)) printf x
82
int
ipw_debug
= 0;
variable in typeref:typename:int
907
#ifdef
IPW_DEBUG
2078
#ifdef
IPW_DEBUG
2079
if (
ipw_debug
> 0) {
Completed in 25 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025