Searched defs:LOG (Results 1 – 8 of 8) sorted by relevance
107 #define LOG(log_var_str, ...) \ macro
95 #define LOG(lvl, ...) \ macro
64 #define LOG(...) asl_log(NULL, NULL, ASL_LEVEL_INFO, __VA_ARGS__) macro
207 #define LOG 11 macro
490 LOG, enumerator
91 #define LOG 0xC macro
66 #define LOG(...) do { printf("rar5: " __VA_ARGS__); puts(""); } while(0) macro
70 #define LOG 1 /* enable logging -- don't turn off */ macro