Lines Matching refs:printf
52 printf ("%.4X: %s\n", Status, Name)
55 printf ("%.4X: %-28s (%s)\n", Status, Exception->Name, Exception->Description)
122 printf ("iASL Preprocessor Directives\n\n"); in AhDisplayDirectives()
126 printf (" %-36s : %s\n", Info->Name, Info->Description); in AhDisplayDirectives()
175 printf ("%.8s: Predefined name must be 4 characters maximum\n", Name); in AhFindPredefinedNames()
182 printf ("%s, no matching predefined names\n", Name); in AhFindPredefinedNames()
218 printf ("%s: <%s>\n", Info->Name, Info->Description); in AhDisplayPredefinedName()
219 printf ("%*s%s\n", 6, " ", Info->Action); in AhDisplayPredefinedName()
239 printf ("%s: <%s>\n", Info->Name, Info->Description); in AhDisplayPredefinedName()
240 printf ("%*s%s\n", 6, " ", Info->Action); in AhDisplayPredefinedName()
248 printf ("\nFound %d Predefined ACPI Names\n", i); in AhDisplayPredefinedName()
319 printf (" %4.4s resource descriptor field is %s bits wide%s\n", in AhDisplayResourceName()
380 printf ("%s, no matching AML operators\n", Name); in AhFindAmlOpcode()
415 printf ("Invalid opcode (more than 16 bits)\n"); in AhDecodeAmlOpcode()
424 printf ("Invalid opcode (invalid extension prefix 0x%X)\n", in AhDecodeAmlOpcode()
461 printf ("%18s: Opcode=%-9s\n", "Reserved opcode", Op->OpcodeString); in AhDisplayAmlOpcode()
467 printf ("%18s: Opcode=%-9s Type (%s)", in AhDisplayAmlOpcode()
474 printf (" FixedArgs ("); in AhDisplayAmlOpcode()
477 printf (")"); in AhDisplayAmlOpcode()
486 printf ("\n%*s", 36, " "); in AhDisplayAmlOpcode()
488 printf (" VariableArgs ("); in AhDisplayAmlOpcode()
490 printf (")"); in AhDisplayAmlOpcode()
492 printf ("\n"); in AhDisplayAmlOpcode()
499 printf ("\n"); in AhDisplayAmlOpcode()
551 printf ("%s, no matching ASL keywords\n", Name); in AhFindAslKeywords()
576 printf ("%22s: %s\n", Op->Name, Op->Description); in AhDisplayAslKeyword()
585 printf ("\n"); in AhDisplayAslKeyword()
668 printf ("%s, no matching ASL operators\n", Name); in AhFindAslOperators()
695 printf ("%16s: %s\n", Op->Name, Op->Description); in AhDisplayAslOperator()
704 printf ("\n"); in AhDisplayAslOperator()
707 printf ("\n"); in AhDisplayAslOperator()
750 printf ("\n"); in AhDisplayOperatorKeywords()
798 printf ("%*s", (int) Indent, " "); in AhPrintOneField()
812 printf ("\n%*s", (int) Indent, " "); in AhPrintOneField()
816 printf ("%.*s ", (int) TokenLength, This); in AhPrintOneField()
828 printf ("\n%*s", (int) Indent, " "); in AhPrintOneField()
831 printf ("%s", This); in AhPrintOneField()
864 printf ("ACPI and PNP Device/Hardware IDs:\n\n"); in AhDisplayDeviceIds()
867 printf ("%8s %s\n", Info->Name, Info->Description); in AhDisplayDeviceIds()
876 printf ("%.8s: Hardware ID must be 8 characters maximum\n", Name); in AhDisplayDeviceIds()
898 printf ("%8s %s\n", Info->Name, Info->Description); in AhDisplayDeviceIds()
904 printf ("%s, Hardware ID not found\n", Name); in AhDisplayDeviceIds()
928 printf ("ACPI-related UUIDs/GUIDs:\n"); in AhDisplayUuids()
936 printf ("\n%36s\n", Info->Description); in AhDisplayUuids()
940 printf ("%32s : %s\n", Info->Description, Info->String); in AhDisplayUuids()
946 printf ("\n\nByte encoding of UUID/GUID strings" in AhDisplayUuids()
949 printf ("%32s : %s\n", "Input UUID/GUID String format", in AhDisplayUuids()
952 printf ("%32s : %s\n", "Expected output ACPI buffer", in AhDisplayUuids()
977 printf ("Known ACPI tables:\n"); in AhDisplayTables()
981 printf ("%8s : %s\n", Info->Signature, Info->Description); in AhDisplayTables()
985 printf ("\nTotal %u ACPI tables\n\n", i); in AhDisplayTables()
1017 printf ("All defined ACPICA exception codes:\n\n"); in AhDecodeException()
1046 printf ("%s: Invalid hexadecimal exception code value\n", HexString); in AhDecodeException()