Home
last modified time | relevance | path

Searched refs:iBytes (Results 1 – 1 of 1) sorted by relevance

/TraceRecorderSource-3.4.0/
DtrcStreamingRecorder.c272 int32_t iBytes = 0; in xTraceEnable() local
291 iBytes = 0; in xTraceEnable()
293 if (xTraceStreamPortReadData(&xCommand, sizeof(TraceCommand_t), (int32_t*)&iBytes) == TRC_FAIL) in xTraceEnable()
298 if (iBytes == sizeof(TraceCommand_t)) in xTraceEnable()
371 int32_t iBytes = 0; in xTraceTzCtrl() local
376 iBytes = 0; in xTraceTzCtrl()
377 if (xTraceStreamPortReadData(&xCommand, sizeof(TraceCommand_t), &iBytes) == TRC_FAIL) in xTraceTzCtrl()
385 if (iBytes == sizeof(TraceCommand_t)) in xTraceTzCtrl()
394 xTraceInternalEventBufferTransfer(&iBytes); in xTraceTzCtrl()
400 } while (iBytes != 0); in xTraceTzCtrl()