Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/mod/
Dmodpost.h199 LOG_FATAL enumerator
206 #define fatal(fmt, args...) modpost_log(LOG_FATAL, fmt, ##args)
Dmodpost.c66 case LOG_FATAL: in modpost_log()
79 if (loglevel == LOG_FATAL) in modpost_log()