OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REPORT_FILES_NUM
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/wl1271/utils/
report.h
211
REPORT_FILES_NUM
/* Number of files with trace reports */
270
TI_UINT8 aFileEnable[
REPORT_FILES_NUM
]; /**< Files table indicating per file if it is enabled for reporting */
273
char aFileName[
REPORT_FILES_NUM
][MAX_STRING_LEN]; /**< Files names table inserted in the file's reported messages */
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 */
[
all
...]
/system/wlan/ti/wilink_6_1/utils/
report.h
211
REPORT_FILES_NUM
/* Number of files with trace reports */
254
TI_UINT8 aFileEnable[
REPORT_FILES_NUM
]; /**< Files table indicating per file if it is enabled for reporting */
257
char aFileName[
REPORT_FILES_NUM
][MAX_STRING_LEN]; /**< Files names table inserted in the file's reported messages */
287
TI_UINT8 aFileEnable[
REPORT_FILES_NUM
]; /**< Table which holds file flag for every available LOG file.
308
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 */
[
all
...]
Completed in 1939 milliseconds