Searched refs:modpost_log (Results 1 – 2 of 2) sorted by relevance
/scripts/mod/ |
A D | modpost.h | 225 modpost_log(bool is_error, const char *fmt, ...); 240 #define warn(fmt, args...) modpost_log(false, fmt, ##args) 241 #define error(fmt, args...) modpost_log(true, fmt, ##args)
|
A D | modpost.c | 77 void modpost_log(bool is_error, const char *fmt, ...) in modpost_log() function 1741 modpost_log(!warn_unresolved, in check_exports() 1761 modpost_log(!allow_missing_ns_imports, in check_exports()
|
Completed in 8 milliseconds