OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mpii_debug
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
mpii.c
55
// #define
MPII_DEBUG
56
#ifdef
MPII_DEBUG
57
#define DPRINTF(x...) do { if (
mpii_debug
) printf(x); } while(0)
58
#define DNPRINTF(n,x...) do { if (
mpii_debug
& (n)) printf(x); } while(0)
73
u_int32_t
mpii_debug
= 0
variable in typeref:typename:u_int32_t
mpii.c
55
// #define
MPII_DEBUG
56
#ifdef
MPII_DEBUG
57
#define DPRINTF(x...) do { if (
mpii_debug
) printf(x); } while(0)
58
#define DNPRINTF(n,x...) do { if (
mpii_debug
& (n)) printf(x); } while(0)
73
u_int32_t
mpii_debug
= 0
variable in typeref:typename:u_int32_t
mpii.c
55
// #define
MPII_DEBUG
56
#ifdef
MPII_DEBUG
57
#define DPRINTF(x...) do { if (
mpii_debug
) printf(x); } while(0)
58
#define DNPRINTF(n,x...) do { if (
mpii_debug
& (n)) printf(x); } while(0)
73
u_int32_t
mpii_debug
= 0
variable in typeref:typename:u_int32_t
mpii.c
55
// #define
MPII_DEBUG
56
#ifdef
MPII_DEBUG
57
#define DPRINTF(x...) do { if (
mpii_debug
) printf(x); } while(0)
58
#define DNPRINTF(n,x...) do { if (
mpii_debug
& (n)) printf(x); } while(0)
73
u_int32_t
mpii_debug
= 0
variable in typeref:typename:u_int32_t
Completed in 168 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025