Searched refs:cl_dbg_out (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_debug.h103 #ifndef cl_dbg_out
104 /****f* Component Library: Debug Output/cl_dbg_out
106 * cl_dbg_out
109 * The cl_dbg_out function sends a debug message to the debug target in
114 void cl_dbg_out(IN const char *const debug_message, IN ...);
129 * In a release build, cl_dbg_out has no effect.
133 * cl_dbg_out sends the debug message to the current debug target.
140 static inline void cl_dbg_out(IN const char *const debug_message, IN ...) function
178 * Debug Output, cl_dbg_out
276 cl_dbg_out STRIN
[all...]
H A Dcl_debug_osd.h73 #define cl_dbg_out printf macro
75 #define cl_dbg_out foo

Completed in 89 milliseconds