| /third_party/lib/acpica/source/tools/acpibin/ |
| A D | abcompare.c | 96 printf ("Header signature is invalid\n"); in AbValidateHeader() 171 printf ("\n"); in AbPrintHeaderInfo() 191 printf ("\n"); in AbPrintHeadersInfo() 214 printf ("Could not open file %s\n", FilePath); in AbDisplayHeader() 257 printf ("Could not open file %s\n", FilePath); in AbComputeChecksum() 302 printf ("Computed checksum: 0x%X\n\n", Checksum); in AbComputeChecksum() 331 printf ("Wrote new checksum\n"); in AbComputeChecksum() 410 printf ("Table signatures do not match\n"); in AbCompareAmlFiles() 423 printf ("Headers do not match exactly\n"); in AbCompareAmlFiles() 470 printf ("Files compare exactly\n"); in AbCompareAmlFiles() [all …]
|
| A D | abmain.c | 74 printf ("Option requires %u arguments\n\n", OptionCount); in AbDisplayUsage() 112 printf (ACPI_COMMON_SIGNON (AB_UTILITY_NAME)); in main()
|
| /third_party/lib/acpica/source/tools/acpisrc/ |
| A D | asmain.c | 196 printf ("\nAcpiSrc statistics:\n\n"); in AsDisplayStats() 197 printf ("%8u Files processed\n", Gbl_Files); in AsDisplayStats() 204 printf ("%8u Total bytes (%.1fK/file)\n", in AsDisplayStats() 206 printf ("%8u Tabs found\n", Gbl_Tabs); in AsDisplayStats() 209 printf ("%8u Total Lines\n", Gbl_TotalLines); in AsDisplayStats() 294 printf (ACPI_COMMON_SIGNON (AS_UTILITY_NAME)); in main() 310 printf ("Creating Linux source code\n"); in main() 320 printf ("Code cleanup\n"); in main() 353 printf ("Custom source translation\n"); in main() 411 printf ("Missing source path\n"); in main() [all …]
|
| A D | asfile.c | 191 printf ("Could not create target directory\n"); in AsProcessTree() 349 printf ("Unknown file type, cannot process\n"); in AsConvertFile() 521 printf ("Unknown conversion subfunction opcode\n"); in AsConvertFile() 560 printf ("Could not allocate buffer for file pathnames\n"); in AsProcessOneFile() 604 printf ("Converting lone linefeeds\n"); in AsProcessOneFile() 728 printf ("Could not open file %s\n", Filename); in AsGetFile() 737 printf ("Could not get file size for %s\n", Filename); in AsGetFile() 750 printf ("Could not allocate buffer of size %u\n", Size * 2); in AsGetFile() 759 printf ("Could not read the input file %s (%u bytes)\n", in AsGetFile() 823 printf ("Could not create destination file \"%s\"\n", Pathname); in AsPutFile() [all …]
|
| /third_party/lib/acpica/source/tools/acpihelp/ |
| A D | ahdecode.c | 474 printf (" FixedArgs ("); in AhDisplayAmlOpcode() 477 printf (")"); in AhDisplayAmlOpcode() 488 printf (" VariableArgs ("); in AhDisplayAmlOpcode() 490 printf (")"); in AhDisplayAmlOpcode() 492 printf ("\n"); in AhDisplayAmlOpcode() 499 printf ("\n"); in AhDisplayAmlOpcode() 585 printf ("\n"); in AhDisplayAslKeyword() 704 printf ("\n"); in AhDisplayAslOperator() 707 printf ("\n"); in AhDisplayAslOperator() 750 printf ("\n"); in AhDisplayOperatorKeywords() [all …]
|
| /third_party/lib/acpica/source/compiler/ |
| A D | aslmain.c | 124 printf ("%s\n\n", ASL_COMPLIANCE); in Usage() 127 printf ("\nGeneral:\n"); in Usage() 137 printf ("\nHelp:\n"); in Usage() 144 printf ("\nPreprocessor:\n"); in Usage() 159 printf ("\nAML Code Generation (*.aml):\n"); in Usage() 175 printf ("\nOptional Listing Files:\n"); in Usage() 181 printf ("\nData Table Compiler:\n"); in Usage() 185 printf ("\nAML Disassembler:\n"); in Usage() 200 printf ("\nDebug Options:\n"); in Usage() 238 printf ("\n"); in AslFilenameHelp() [all …]
|
| A D | asloptions.c | 99 printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME)); in AslCommandLine() 123 printf ("Missing input filename\n"); in AslCommandLine() 129 printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME)); in AslCommandLine() 138 printf ("Use -h option for help information\n"); in AslCommandLine() 198 printf ("Unknown option: -a%s\n", AcpiGbl_Optarg); in AslDoOptions() 250 printf ("Unknown option: -b%s\n", AcpiGbl_Optarg); in AslDoOptions() 267 printf ("Unknown option: -c%s\n", AcpiGbl_Optarg); in AslDoOptions() 309 printf ("Unknown option: -d%s\n", AcpiGbl_Optarg); in AslDoOptions() 334 printf ("Could not add %s to external list\n", in AslDoOptions() 673 printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME)); in AslDoOptions() [all …]
|
| A D | aslcompile.c | 606 printf ("\nElapsed time for major events\n\n"); in CmDumpAllEvents() 632 printf ("%8u usec %8u msec - %s\n", in CmDumpAllEvents() 676 printf ("\nMiscellaneous compile statistics\n\n"); in CmCleanupAndExit() 677 printf ("%11u : %s\n", TotalParseNodes, "Parse nodes"); in CmCleanupAndExit() 678 printf ("%11u : %s\n", Gbl_NsLookupCount, "Namespace searches"); in CmCleanupAndExit() 679 printf ("%11u : %s\n", TotalNamedObjects, "Named objects"); in CmCleanupAndExit() 680 printf ("%11u : %s\n", TotalMethods, "Control methods"); in CmCleanupAndExit() 681 printf ("%11u : %s\n", TotalAllocations, "Memory Allocations"); in CmCleanupAndExit() 683 printf ("%11u : %s\n", TotalFolds, "Constant subtrees folded"); in CmCleanupAndExit() 684 printf ("\n"); in CmCleanupAndExit() [all …]
|
| A D | aslpredef.c | 742 printf ("\nPredefined Name Information\n\n"); in ApDisplayReservedNames() 753 printf ("%u Predefined Names are recognized\n", Count); in ApDisplayReservedNames() 758 printf ("\nPredefined Names for Resource Descriptor Fields\n\n"); in ApDisplayReservedNames() 767 printf ("%4.4s Field is %s bits wide%s\n", in ApDisplayReservedNames() 775 printf ("%u Resource Descriptor Field Names are recognized\n", Count); in ApDisplayReservedNames() 780 printf ("\nPredefined Scope/Device Names (automatically created at root)\n\n"); in ApDisplayReservedNames() 785 printf ("%4.4s Scope/Device\n", ThisName->Info.Name); in ApDisplayReservedNames()
|
| A D | aslutils.c | 124 printf ("\nACPI tables supported by iASL version %8.8X:\n" in UtDisplaySupportedTables() 130 printf ("\n Supported ACPI tables:\n"); in UtDisplaySupportedTables() 134 printf ("%8u) %s %s\n", i, in UtDisplaySupportedTables() 159 printf ("Constant expression opcode information\n\n"); in UtDisplayConstantOpcodes() 165 printf ("%s\n", AcpiGbl_AmlOpInfo[i].Name); in UtDisplayConstantOpcodes() 727 printf ("Could not increase line buffer size from %u to %u\n", in UtExpandLineBuffers()
|
| /third_party/lib/acpica/source/tools/acpixtract/ |
| A D | acpixtract.c | 85 printf ("Could not open input file %s\n", InputPathname); in AxExtractTables() 98 printf ("Table [%s] was not found in %s\n", in AxExtractTables() 160 printf ("Could not open output file %s\n", in AxExtractTables() 208 printf ("Table [%s] was not found in %s\n", in AxExtractTables() 219 printf (AX_TABLE_INFO_FORMAT, in AxExtractTables() 225 printf ("\n%d binary ACPI tables extracted\n", in AxExtractTables() 359 printf (AX_TABLE_INFO_FORMAT, in AxExtractToMultiAmlFile() 448 printf ("%7.4s 0x%8.8X", TableHeader->Signature, in AxListTables() 455 printf ("\n"); in AxListTables() 465 printf ( in AxListTables() [all …]
|
| A D | axutils.c | 268 printf ("Could not open input file %s\n", InputPathname); in AxCountTableInstances() 339 printf ("Could not allocate memory (0x%X bytes)\n", in AxGetNextInstance() 444 printf (AX_TABLE_INFO_FORMAT, in AxProcessOneTextLine() 458 printf ("Error while writing file %s\n", Gbl_OutputFilename); in AxProcessOneTextLine()
|
| A D | axmain.c | 106 printf (ACPI_COMMON_SIGNON (AX_UTILITY_NAME)); in main() 154 printf ("Missing required input filename\n"); in main()
|
| /third_party/lib/acpica/source/tools/acpiexec/ |
| A D | aemain.c | 145 printf ("\n"); in usage() 153 printf ("\n"); in usage() 162 printf ("\n"); in usage() 166 printf ("\n"); in usage() 363 printf ("Max Loop Iterations is %u (0x%X)\n", in AeDoOptions() 425 printf ("Debug Level: 0x%8.8X\n", AcpiDbgLevel); in AeDoOptions() 493 printf (ACPI_COMMON_SIGNON (ACPIEXEC_NAME)); in main() 540 printf ("\n"); in main() 587 printf ("**** Could not EnableSubsystem, %s\n", in main() 606 printf ("**** Could not load ACPI tables, %s\n", in main() [all …]
|
| A D | aehandlers.c | 227 printf ("[AcpiExec] Method Error: Incorrect numeric result\n"); in AeCommonNotifyHandler() 236 printf ("[AcpiExec] Method Error: An operand was overwritten\n"); in AeCommonNotifyHandler() 464 printf ("[AcpiExec] Table Event %s, [%4.4s] %p\n", in AeTableHandler() 799 printf ("Could not install interface handler, %s\n", in AeInstallEarlyHandlers() 806 printf ("Could not install table handler, %s\n", in AeInstallEarlyHandlers() 813 printf ("Could not install exception handler, %s\n", in AeInstallEarlyHandlers() 831 printf ("Could not install a global notify handler, %s\n", in AeInstallEarlyHandlers() 842 printf ("Could not install a notify handler, %s\n", in AeInstallEarlyHandlers() 850 printf ("Could not remove a notify handler, %s\n", in AeInstallEarlyHandlers() 867 printf ("Could not install a notify handler, %s\n", in AeInstallEarlyHandlers() [all …]
|
| /third_party/uapp/fsck-msdosfs/ |
| A D | check.c | 48 printf("** %s", fname); in checkfilesys() 56 printf("\n"); in checkfilesys() 59 printf("\n"); in checkfilesys() 63 printf("\n"); in checkfilesys() 69 printf("\n"); in checkfilesys() 74 printf("%s: ", fname); in checkfilesys() 75 printf("FILESYSTEM CLEAN; SKIPPING CHECKS\n"); in checkfilesys() 82 printf("** Phase 1 - Read and Compare FATs\n"); in checkfilesys() 84 printf("** Phase 1 - Read FAT\n"); in checkfilesys() 109 printf("** Phase 2 - Check Cluster Chains\n"); in checkfilesys() [all …]
|
| A D | ext.h | 35 #define perr(...) printf(__VA_ARGS__) 36 #define pfatal(...) printf(__VA_ARGS__) 37 #define pwarn(...) printf(__VA_ARGS__)
|
| A D | main.c | 123 printf("FIXED\n"); in ask() 131 printf("%s? %s\n", prompt, rdonly ? "no" : "yes"); in ask() 135 printf("%s? [yn] ", prompt); in ask()
|
| /third_party/lib/acpica/source/tools/acpinames/ |
| A D | anmain.c | 138 printf (ACPI_COMMON_SIGNON (AN_UTILITY_NAME)); in main() 161 printf ("Debug Level: 0x%8.8X\n", AcpiDbgLevel); in main() 188 printf ("\n"); in main() 234 printf ("**** Could not initialize ACPI table manager, %s\n", in AnDumpEntireNamespace() 251 printf ("**** While creating namespace, %s\n", in AnDumpEntireNamespace() 258 printf ("**** Namespace successfully loaded\n"); in AnDumpEntireNamespace() 274 printf ("**** Could not EnableSubsystem, %s\n", in AnDumpEntireNamespace() 285 printf ("**** Could not InitializeObjects, %s\n", in AnDumpEntireNamespace()
|
| /third_party/ulib/jemalloc/msvc/projects/vc2015/test_threads/ |
| A D | test_threads.cpp | 26 printf("Error: unexpected number of arenas: %d\n", narenas); in test_threads() 37 printf("\nPress Enter to start threads...\n"); in test_threads() 39 printf("Starting %d threads x %d x %d iterations...\n", numThreads, numIter1, numIter2); in test_threads() 56 … printf("Unable to allocate %d bytes in thread %d, iter %d, alloc %d. %d\n", sz, tid, i, j, x); in test_threads() 65 …printf("Memory error in thread %d, iter %d, alloc %d @ %d : %02X!=%02X\n", tid, i, j, k, ptrs[j][k… in test_threads() 83 printf("\nDone. Leaked: %zd bytes\n", leaked); in test_threads() 85 printf("\nTest %s!\n", (failed ? "FAILED" : "successful")); in test_threads() 86 printf("\nPress Enter to continue...\n"); in test_threads()
|
| /third_party/lib/acpica/source/components/utilities/ |
| A D | utpredef.c | 316 printf (" "); in AcpiUtDisplayPredefinedMethod() 319 printf ("%4.4s Requires %s%u argument%s", in AcpiUtDisplayPredefinedMethod() 329 printf (" (%s)", Buffer); in AcpiUtDisplayPredefinedMethod() 334 printf ("\n "); in AcpiUtDisplayPredefinedMethod() 342 printf (" Return value types: %s\n", Buffer); in AcpiUtDisplayPredefinedMethod() 346 printf (" No return value\n"); in AcpiUtDisplayPredefinedMethod() 385 printf ("**** Invalid argument count (%u) " in AcpiUtGetArgumentTypes() 398 printf ("**** Invalid argument type (%u) " in AcpiUtGetArgumentTypes()
|
| /third_party/dev/ethernet/e1000/ |
| A D | if_em.h | 331 #define INIT_DEBUGOUT(S) if (DEBUG_INIT) printf(S "\n") 332 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) 333 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B) 334 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") 335 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) 336 #define IOCTL_DEBUGOUT2(S, A, B) if (DEBUG_IOCTL) printf(S "\n", A, B) 337 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") 338 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A) 339 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
|
| /third_party/ulib/linenoise/ |
| A D | example.c | 33 printf("Multi-line mode enabled.\n"); in main() 61 printf("echo: '%s'\n", line); in main() 69 printf("Unreconized command: %s\n", line); in main()
|
| /third_party/uapp/mkfs-msdosfs/ |
| A D | mkfs_msdos.c | 472 printf( in mkfs_msdos() 650 printf("BytesPerSec=%u SecPerClust=%u ResSectors=%u FATs=%u", in print_bpb() 654 printf(" RootDirEnts=%u", bpb->bpbRootDirEnts); in print_bpb() 656 printf(" Sectors=%u", bpb->bpbSectors); in print_bpb() 657 printf(" Media=%#x", bpb->bpbMedia); in print_bpb() 659 printf(" FATsecs=%u", bpb->bpbFATsecs); in print_bpb() 663 printf(" HugeSectors=%u", bpb->bpbHugeSectors); in print_bpb() 666 printf(" FSInfo="); in print_bpb() 667 printf(bpb->bpbFSInfo == MAXU16 ? "%#x" : "%u", bpb->bpbFSInfo); in print_bpb() 668 printf(" Backup="); in print_bpb() [all …]
|
| /third_party/ulib/musl/src/stdio/ |
| A D | printf.c | 4 int printf(const char* restrict fmt, ...) { in printf() function
|