Searched refs:WFS_DEBUG_OUTPUT (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.4/build/libraries/wfs/common/src/ |
| D | wfs_client.c | 101 WFS_DEBUG_OUTPUT(("WBT-SYNC():post")); in WFSi_ReceiveTableSequence() 107 WFS_DEBUG_OUTPUT(("WBT-SYNC():done [server = %d, client = %d]", in WFSi_ReceiveTableSequence() 110 WFS_DEBUG_OUTPUT(("WBT-INFO(0):post")); in WFSi_ReceiveTableSequence() 118 WFS_DEBUG_OUTPUT(("WBT-INFO(0):done [table-length = %d]", length)); in WFSi_ReceiveTableSequence() 127 WFS_DEBUG_OUTPUT(("WBT-GET(0x%08X):post", WFS_TABLE_BLOCK_INDEX)); in WFSi_ReceiveTableSequence() 136 WFS_DEBUG_OUTPUT(("WBT-GET(0x%08X):done [ready for mount]", WFS_TABLE_BLOCK_INDEX)); in WFSi_ReceiveTableSequence() 145 WFS_DEBUG_OUTPUT(("internal-error (failed to post WBT command)")); in WFSi_ReceiveTableSequence() 158 WFS_DEBUG_OUTPUT(("internal-error (unexpected WBT result)")); in WFSi_ReceiveTableSequence() 159 WFS_DEBUG_OUTPUT((" command = %d", callback->command)); in WFSi_ReceiveTableSequence() 160 WFS_DEBUG_OUTPUT((" event = %d", callback->event)); in WFSi_ReceiveTableSequence() [all …]
|
| D | wfs_server.c | 63 WFS_DEBUG_OUTPUT(("invalid WBT callback (command = %d)", uc->command)); in WFSi_WBTCallback() 81 WFS_DEBUG_OUTPUT(("unknown WBT system callback (event = %d)", uc->event)); in WFSi_WBTCallback() 105 … WFS_DEBUG_OUTPUT(("WBT-MSG(LOCK):recv [offset=0x%08X, length=0x%08X] (AID=%d, packet=%d)", in WFSi_WBTCallback() 191 WFS_DEBUG_OUTPUT(("WBT-MSG(UNLOCK):recv [id=0x%08X] (AID=%d)", id, aid)); in WFSi_WBTCallback() 306 …WFS_DEBUG_OUTPUT(("WBT-MSG(LOCK):deny [packet-length renewal] (BITMAP=%d)", context->deny_bitmap)); in WFS_CallServerPacketSendHook()
|
| /TwlSDK-5.4/include/nitro/wfs/ |
| D | format.h | 47 #define WFS_DEBUG_OUTPUT(formats) \ macro 52 #define WFS_DEBUG_OUTPUT(...) (void)0
|