Searched refs:avc_func_log (Results 1 – 2 of 2) sorted by relevance
23 extern void (*avc_func_log) (const char *, ...) __attribute__((__format__(printf,1,2))) hidden;46 avc_func_log = log_cb->func_log; in set_callbacks()85 if (avc_func_log) \86 avc_func_log(format); \
35 void (*avc_func_log) (const char *, ...) = NULL; variable