HomeSort by relevance Sort by last modified time
    Searched refs:TReport (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wlan/wl1271/utils/
report.h 257 /** \struct TReport
276 } TReport;
345 do { if (hReport && (((TReport *)hReport)->aSeverityTable[level]) && (((TReport *)hReport)->aFileEnable[__FILE_ID__])) \
346 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 0); } } while(0)
349 do { if (hReport && (((TReport *)hReport)->aSeverityTable[level]) && (((TReport *)hReport)->aFileEnable[__FILE_ID__])) \
350 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 1, (TI_UINT32)p1); } } while(0)
353 do { if (hReport && (((TReport *)hReport)->aSeverityTable[level]) && (((TReport *)hReport)->aFileEnable[__FILE_ID__]))
    [all...]
report.c 56 TReport *pReport;
58 pReport = os_memoryAlloc(hOs, sizeof(TReport));
250 TReport *pReport = (TReport *)hReport;
261 os_memoryFree(pReport->hOs, pReport, sizeof(TReport));
273 ((TReport *)hReport)->aFileEnable[module_index] = 1;
286 ((TReport *)hReport)->aFileEnable[module_index] = 0;
301 os_memoryCopy(((TReport *)hReport)->hOs,
303 (void *)(((TReport *)hReport)->aFileEnable),
304 sizeof(((TReport *)hReport)->aFileEnable))
    [all...]

Completed in 639 milliseconds