Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.h208 LOG_FATAL enumerator
228 #define fatal(fmt, args...) modpost_log(LOG_FATAL, fmt, ##args)
Dmodpost.c69 case LOG_FATAL: in modpost_log()
82 if (loglevel == LOG_FATAL) in modpost_log()