Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/mod/
Dmodpost.h173 LOG_FATAL enumerator
193 #define fatal(fmt, args...) modpost_log(LOG_FATAL, fmt, ##args)
Dmodpost.c76 case LOG_FATAL: in modpost_log()
89 if (loglevel == LOG_FATAL) in modpost_log()