Home
last modified time | relevance | path

Searched refs:VERBOSE_PRINT (Results 1 – 3 of 3) sorted by relevance

/acpica-3.7.0/source/tools/acpisrc/
Dasfile.c215 VERBOSE_PRINT (("Checking for %s source files in directory \"%s\"\n", in AsDoWildcard()
240 VERBOSE_PRINT (("Subdirectory: %s\n", Filename)); in AsDoWildcard()
252 VERBOSE_PRINT (("File: %s\n", Filename)); in AsDoWildcard()
298 VERBOSE_PRINT (("Creating Directory \"%s\"\n", TargetPath)); in AsProcessTree()
471 VERBOSE_PRINT (("Processing %u bytes\n", in AsConvertFile()
Dasconvrt.c1446 VERBOSE_PRINT (("long: %.80s\n", SubBuffer)); in AsCountLines()
1455 VERBOSE_PRINT (("%u Lines longer than 80 found in %s\n", in AsCountLines()
1588 VERBOSE_PRINT (("%u Comment %u White %u Code %u Lines in %s\n", in AsCountSourceLines()
Dacpisrc.h238 #define VERBOSE_PRINT(a) if (Gbl_VerboseMode) printf PARAM_LIST(a) macro