Searched refs:drv_log_prefix (Results 1 – 2 of 2) sorted by relevance
/external/minigbm/ |
D | drv.h | 172 drv_log_prefix("minigbm", __FILE__, __LINE__, format, ##__VA_ARGS__); \ 175 __attribute__((format(printf, 4, 5))) void drv_log_prefix(const char *prefix, const char *file,
|
D | drv.c | 624 void drv_log_prefix(const char *prefix, const char *file, int line, const char *format, ...) in drv_log_prefix() function
|