Searched refs:quirk_log_msg (Results 1 – 1 of 1) sorted by relevance
| /src/usr.sbin/moused/moused/ |
| H A D | quirks.c | 53 #define qlog_debug(ctx_, ...) quirk_log_msg((ctx_), QLOG_NOISE, __VA_ARGS__) 54 #define qlog_info(ctx_, ...) quirk_log_msg((ctx_), QLOG_INFO, __VA_ARGS__) 55 #define qlog_error(ctx_, ...) quirk_log_msg((ctx_), QLOG_ERROR, __VA_ARGS__) 56 #define qlog_parser(ctx_, ...) quirk_log_msg((ctx_), QLOG_PARSER_ERROR, __VA_ARGS__) 237 quirk_log_msg(struct quirks_context *ctx, in quirk_log_msg() function
|