Searched refs:_zf_log_output_lvl (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/libutils/include/utils/
H A Dzf_log.h138 #define _zf_log_output_lvl _ZF_LOG_DECOR(_zf_log_output_lvl) macro
231 (ZF_LOG_ALLOW((lvl)) && (lvl) >= _zf_log_output_lvl)
245 extern int _zf_log_output_lvl;
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Dzf_log.h138 #define _zf_log_output_lvl _ZF_LOG_DECOR(_zf_log_output_lvl) macro
231 (ZF_LOG_ALLOW((lvl)) && (lvl) >= _zf_log_output_lvl)
245 extern int _zf_log_output_lvl;
/seL4-refos-master/libs/libutils/src/
H A Dzf_log.c133 int _zf_log_output_lvl = 0; variable
410 _zf_log_output_lvl = lvl;
/seL4-refos-master/projects/util_libs/libutils/src/
H A Dzf_log.c133 int _zf_log_output_lvl = 0; variable
410 _zf_log_output_lvl = lvl;

Completed in 30 milliseconds