Searched refs:modpost_log (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/scripts/mod/ |
H A D | modpost.h | 201 void modpost_log(enum loglevel loglevel, const char *fmt, ...); 216 #define warn(fmt, args...) modpost_log(LOG_WARN, fmt, ##args) 217 #define error(fmt, args...) modpost_log(LOG_ERROR, fmt, ##args) 218 #define fatal(fmt, args...) modpost_log(LOG_FATAL, fmt, ##args)
|
H A D | modpost.c | 64 modpost_log(enum loglevel loglevel, const char *fmt, ...) in modpost_log() function 1752 modpost_log(warn_unresolved ? LOG_WARN : LOG_ERROR, in check_exports() 1775 modpost_log(allow_missing_ns_imports ? LOG_WARN : LOG_ERROR, in check_exports()
|