Home
last modified time | relevance | path

Searched refs:drv_log_prefix (Results 1 – 2 of 2) sorted by relevance

/external/minigbm/
Ddrv.h172 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,
Ddrv.c624 void drv_log_prefix(const char *prefix, const char *file, int line, const char *format, ...) in drv_log_prefix() function