FreeBSD kernel CAM code
ctl_debug.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CTL_DEBUG_PRINT(X)
 

Enumerations

enum  ctl_debug_flags { CTL_DEBUG_NONE = 0x00 , CTL_DEBUG_INFO = 0x01 , CTL_DEBUG_CDB = 0x02 , CTL_DEBUG_CDB_DATA = 0x04 }
 

Macro Definition Documentation

◆ CTL_DEBUG_PRINT

#define CTL_DEBUG_PRINT (   X)

Definition at line 61 of file ctl_debug.h.

Enumeration Type Documentation

◆ ctl_debug_flags

Enumerator
CTL_DEBUG_NONE 
CTL_DEBUG_INFO 
CTL_DEBUG_CDB 
CTL_DEBUG_CDB_DATA 

Definition at line 47 of file ctl_debug.h.