Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dveristat.c248 #define log_errno(fmt, ...) log_errno_aux(__FILE__, __LINE__, fmt, ##__VA_ARGS__)
251 static int log_errno_aux(const char *file, int line, const char *fmt, ...) in log_errno_aux() function