Lines Matching refs:Verbose
77 static int Verbose = VE_VERBOSE_DEFAULT; variable
311 Verbose = VE_VERBOSE_ALL; in verify_tweak()
323 Verbose = VE_VERBOSE_ALL; in verify_tweak()
325 Verbose = VE_VERBOSE_UNVERIFIED; in verify_tweak()
328 Verbose = VE_VERBOSE_SILENT; in verify_tweak()
413 if (Verbose < VE_VERBOSE_ALL && severity < VE_WANT) in verify_report()
415 if (Verbose >= VE_VERBOSE_UNVERIFIED || severity > VE_TRY || in verify_report()
417 if (Verbose == VE_VERBOSE_DEBUG && stp != NULL) in verify_report()
425 } else if (status > 0 && Verbose >= VE_VERBOSE_MUST) { in verify_report()
426 if (severity >= VE_MUST || Verbose >= VE_VERBOSE_ALL) { in verify_report()
427 if (Verbose == VE_VERBOSE_DEBUG && stp != NULL) in verify_report()
528 Verbose = getenv_int("VE_VERBOSE", VE_VERBOSE_DEFAULT); in verify_file()
530 Verbose ? VEF_VERBOSE : 0); in verify_file()