Searched refs:modpost_log (Results 1 – 2 of 2) sorted by relevance
| /linux/scripts/mod/ |
| H A D | modpost.h | 227 modpost_log(bool is_error, const char *fmt, ...); 242 #define warn(fmt, args...) modpost_log(false, fmt, ##args) 243 #define error(fmt, args...) modpost_log(true, fmt, ##args)
|
| H A D | modpost.c | 77 void modpost_log(bool is_error, const char *fmt, ...) in modpost_log() function 1750 modpost_log(!warn_unresolved, in check_exports() 1770 modpost_log(!allow_missing_ns_imports, in check_exports()
|