Home
last modified time | relevance | path

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

/openbmc/linux/scripts/mod/
H A Dmodpost.h198 LOG_FATAL enumerator
218 #define fatal(fmt, args...) modpost_log(LOG_FATAL, fmt, ##args)
H A Dmodpost.c75 case LOG_FATAL: in modpost_log()
88 if (loglevel == LOG_FATAL) in modpost_log()