Home
last modified time | relevance | path

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

/linux/tools/lib/api/
A Ddebug-internal.h13 extern libapi_print_fn_t __pr_warn;
17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__)
A Ddebug.c18 libapi_print_fn_t __pr_warn = __base_pr; variable
26 __pr_warn = warn; in libapi_set_print()

Completed in 2 milliseconds