Searched refs:exp (Results 1 – 2 of 2) sorted by relevance
| /misc/debug_tools/acrn_crashlog/acrnprobe/include/ |
| A D | load_conf.h | 202 #define for_each_content_expression(id, content, exp) \ argument 204 id < CONTENT_MAX && (content = exp[id]); \ 207 #define exp_valid(exp) \ argument 213 for_each_content_expression(_id, content, exp) { \ 221 #define for_each_expression_crash(id, exp, crash) \ argument 223 id < EXPRESSION_MAX && (exp = crash->mightcontent[id]); \
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | crash_reclassify.c | 87 const char * const *exp; in crash_has_mightcontents() local 90 for_each_expression_crash(expid, exp, crash) { in crash_has_mightcontents() 91 if (!exp || !exp_valid(exp)) in crash_has_mightcontents() 95 for_each_content_expression(cntid, content, exp) { in crash_has_mightcontents()
|
Completed in 8 milliseconds