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

  /hardware/ti/wlan/wl1271/utils/
report.h 270 TI_UINT8 aFileEnable[REPORT_FILES_NUM]; /**< Files table indicating per file if it is enabled for reporting */
303 TI_UINT8 aFileEnable[REPORT_FILES_NUM]; /**< Table which holds file flag for every available LOG file.
324 TI_UINT8 aFileEnable [(REPORT_FILES_NUM + 3) & ~3]; /**< Table in the size of all available LOG files which indicates for each file - whether it is enabled for Logging or not */
345 do { if (hReport && (((TReport *)hReport)->aSeverityTable[level]) && (((TReport *)hReport)->aFileEnable[__FILE_ID__])) \
349 do { if (hReport && (((TReport *)hReport)->aSeverityTable[level]) && (((TReport *)hReport)->aFileEnable[__FILE_ID__])) \
353 do { if (hReport && (((TReport *)hReport)->aSeverityTable[level]) && (((TReport *)hReport)->aFileEnable[__FILE_ID__])) \
357 do { if (hReport && (((TReport *)hReport)->aSeverityTable[level]) && (((TReport *)hReport)->aFileEnable[__FILE_ID__])) \
361 do { if (hReport && (((TReport *)hReport)->aSeverityTable[level]) && (((TReport *)hReport)->aFileEnable[__FILE_ID__])) \
365 do { if (hReport && (((TReport *)hReport)->aSeverityTable[level]) && (((TReport *)hReport)->aFileEnable[__FILE_ID__])) \
369 do { if (hReport && (((TReport *)hReport)->aSeverityTable[level]) && (((TReport *)hReport)->aFileEnable[__FILE_ID__]))
    [all...]
report.c 67 os_memoryZero(hOs, pReport->aFileEnable, sizeof(pReport->aFileEnable));
239 report_SetReportFilesTable (hReport, (TI_UINT8 *)pInitParams->aFileEnable);
273 ((TReport *)hReport)->aFileEnable[module_index] = 1;
286 ((TReport *)hReport)->aFileEnable[module_index] = 0;
303 (void *)(((TReport *)hReport)->aFileEnable),
304 sizeof(((TReport *)hReport)->aFileEnable));
306 for (index = 0; index < sizeof(((TReport *)hReport)->aFileEnable); index++)
325 for (index = 0; index < sizeof(((TReport *)hReport)->aFileEnable); index++)
331 (void *)(((TReport *)hReport)->aFileEnable),
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 66 milliseconds