OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mfi_debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
mfivar.h
25
/* #define
MFI_DEBUG
*/
26
#ifdef
MFI_DEBUG
27
extern uint32_t
mfi_debug
;
28
#define DPRINTF(x...) do { if (
mfi_debug
) printf(x); } while(0)
29
#define DNPRINTF(n,x...) do { if (
mfi_debug
& n) printf(x); } while(0)
mfi.c
113
#ifdef
MFI_DEBUG
114
uint32_t
mfi_debug
= 0
variable in typeref:typename:uint32_t
679
#ifdef
MFI_DEBUG
688
#ifdef
MFI_DEBUG
831
#endif /*
MFI_DEBUG
*/
844
#ifdef
MFI_DEBUG
Completed in 15 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025