OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REPORT_SEVERITY_MAX
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/wl1271/utils/
report.h
237
REPORT_SEVERITY_MAX
= REPORT_SEVERITY_CONSOLE + 1 /**< Maximum number of report severity levels */
268
TI_UINT8 aSeverityTable[
REPORT_SEVERITY_MAX
]; /**< Severities Table: Table which holds for each severity level a flag which indicates whether the severity is enabled for reporting */
269
char aSeverityDesc[
REPORT_SEVERITY_MAX
][MAX_STRING_LEN]; /**< Severities Descriptors Table: Table which holds for each severity a string of its name, which is used in severity's reported messages */
299
TI_UINT8 aSeverityTable[
REPORT_SEVERITY_MAX
]; /**< Table which holds severity flag for every available LOG severity level.
323
TI_UINT8 aSeverityTable[(
REPORT_SEVERITY_MAX
+ 3) & ~3]; /**< Table in the size of all available LOG severity levels which indicates for each severity - whether it is enabled for Logging or not. */
[
all
...]
/system/wlan/ti/wilink_6_1/utils/
report.h
237
REPORT_SEVERITY_MAX
= REPORT_SEVERITY_CONSOLE + 1 /**< Maximum number of report severity levels */
252
TI_UINT8 aSeverityTable[
REPORT_SEVERITY_MAX
]; /**< Severities Table: Table which holds for each severity level a flag which indicates whether the severity is enabled for reporting */
253
char aSeverityDesc[
REPORT_SEVERITY_MAX
][MAX_STRING_LEN]; /**< Severities Descriptors Table: Table which holds for each severity a string of its name, which is used in severity's reported messages */
283
TI_UINT8 aSeverityTable[
REPORT_SEVERITY_MAX
]; /**< Table which holds severity flag for every available LOG severity level.
307
TI_UINT8 aSeverityTable[(
REPORT_SEVERITY_MAX
+ 3) & ~3]; /**< Table in the size of all available LOG severity levels which indicates for each severity - whether it is enabled for Logging or not. */
[
all
...]
Completed in 1012 milliseconds