Home
last modified time | relevance | path

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

/scripts/mod/
A Dmodpost.h225 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 Dmodpost.c77 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