Home
last modified time | relevance | path

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

/openbmc/linux/scripts/mod/
H A Dmodpost.h201 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 Dmodpost.c64 modpost_log(enum loglevel loglevel, const char *fmt, ...) in modpost_log() function
1779 modpost_log(warn_unresolved ? LOG_WARN : LOG_ERROR, in check_exports()
1802 modpost_log(allow_missing_ns_imports ? LOG_WARN : LOG_ERROR, in check_exports()