Searched refs:ossaLogDebugString (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | samacro.h | 188 #define SA_DBG0(format) ossaLogDebugString(gLLDebugLevel, 0, format) 189 #define SA_DBG1(format) ossaLogDebugString(gLLDebugLevel, 1, format) 190 #define SA_DBG2(format) ossaLogDebugString(gLLDebugLevel, 2, format) 191 #define SA_DBG3(format) ossaLogDebugString(gLLDebugLevel, 3, format) 192 #define SA_DBG4(format) ossaLogDebugString(gLLDebugLevel, 4, format) 193 #define SA_DBG5(format) ossaLogDebugString(gLLDebugLevel, 5, format) 194 #define SA_DBG6(format) ossaLogDebugString(gLLDebugLevel, 6, format)
|
H A D | sautil.c | 552 ossaLogDebugString(gLLDebugLevel, debugLevel, ("%s\n", header)); in siPrintBuffer() 558 ossaLogDebugString(gLLDebugLevel, debugLevel, in siPrintBuffer() 613 ossaLogDebugString(gLLDebugLevel, debugLevel, in siPrintBuffer() 658 ossaLogDebugString(gLLDebugLevel, debugLevel, in siPrintBuffer() 684 ossaLogDebugString(gLLDebugLevel, debugLevel, in siPrintBuffer()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | ossa.h | 34 #define ossaLogDebugString TIDEBUG_MSG macro 44 #define ossaLogDebugString(agRoot, level, string, ptr1, ptr2, value1, value2) \ macro
|
H A D | ossacmnapi.c | 7482 GLOBAL void ossaLogDebugString( in ossaLogDebugString() function
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | saosapi.h | 801 #ifndef ossaLogDebugString 802 GLOBAL void ossaLogDebugString(
|