Searched refs:_LOG_NOTICE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dlog.h54 #define _LOG_NOTICE 5 macro
61 #define log_notice(x...) LOG_LINE(_LOG_NOTICE, x)
/netbsd-current/external/gpl2/lvm2/dist/lib/log/
H A Dlog.h54 #define _LOG_NOTICE 5 macro
61 #define log_notice(x...) LOG_LINE(_LOG_NOTICE, x)
H A Dlog.c257 case _LOG_NOTICE:
258 if (verbose_level() >= _LOG_NOTICE) {
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dlvresize.c158 if (verbose_level() >= _LOG_NOTICE)

Completed in 290 milliseconds