Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.h199 LOG_FATAL enumerator
219 #define fatal(fmt, args...) modpost_log(LOG_FATAL, fmt, ##args)
Dmodpost.c73 case LOG_FATAL: in modpost_log()
86 if (loglevel == LOG_FATAL) in modpost_log()