Searched defs:log_err (Results 1 – 4 of 4) sorted by relevance
8 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \ macro
18 #define log_err(MSG, ...) ({ \ macro
2453 map_smb2_to_linux_error(char *buf, bool log_err) in map_smb2_to_linux_error()
231 #define log_err(format, ...) LOG_PRINTF(LOG_ERROR_FLAG, format, ##__VA_ARGS__) macro