• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/

Lines Matching refs:AcpiOsPrintf

279     AcpiOsPrintf ("Parser Op Descriptor:\n");
280 AcpiOsPrintf ("%20.20s : %4.4X\n", "Opcode", Op->Common.AmlOpcode);
282 ACPI_DEBUG_ONLY_MEMBERS (AcpiOsPrintf ("%20.20s : %s\n", "Opcode Name",
285 AcpiOsPrintf ("%20.20s : %p\n", "Value/ArgList", Op->Common.Value.Arg);
286 AcpiOsPrintf ("%20.20s : %p\n", "Parent", Op->Common.Parent);
287 AcpiOsPrintf ("%20.20s : %p\n", "NextOp", Op->Common.Next);
354 AcpiOsPrintf (
370 AcpiOsPrintf (
385 AcpiOsPrintf (
402 AcpiOsPrintf (
417 AcpiOsPrintf (
451 AcpiOsPrintf ("Could not convert name to pathname\n");
456 AcpiOsPrintf ("Object %p: Namespace Node - Pathname: %s\n",
462 AcpiOsPrintf ("Invalid Named object at address %p\n", Node);
473 AcpiOsPrintf ("\nAttached Object %p:", ObjDesc);
476 AcpiOsPrintf ("Invalid internal ACPI Object at address %p\n",
484 AcpiOsPrintf (" Namespace Node - ");
489 AcpiOsPrintf ("Could not convert name to pathname\n");
493 AcpiOsPrintf ("Pathname: %s",
497 AcpiOsPrintf ("\n");
503 AcpiOsPrintf ("\n");
547 AcpiOsPrintf ("There is no method currently executing\n");
554 AcpiOsPrintf ("Currently executing control method is [%4.4s]\n",
556 AcpiOsPrintf ("%X Arguments, SyncLevel = %X\n",
616 AcpiOsPrintf (
620 AcpiOsPrintf (
648 AcpiOsPrintf ("There is no method currently executing\n");
678 AcpiOsPrintf ("There is no method currently executing\n");
714 AcpiOsPrintf ("There is no method currently executing\n");
725 AcpiOsPrintf ("Method [%4.4s] has %X stacked result objects\n",
736 AcpiOsPrintf ("Result%u: ", i);
773 AcpiOsPrintf ("There is no method currently executing\n");
777 AcpiOsPrintf ("Current Control Method Call Tree\n");
782 AcpiOsPrintf (" [%4.4s]\n", AcpiUtGetNodeName (Node));
818 AcpiOsPrintf ("Could not get object info, %s\n",
823 AcpiOsPrintf ("ADR: %8.8X%8.8X, Flags: %X\n",
826 AcpiOsPrintf ("S1D-%2.2X S2D-%2.2X S3D-%2.2X S4D-%2.2X\n",
830 AcpiOsPrintf ("S0W-%2.2X S1W-%2.2X S2W-%2.2X S3W-%2.2X S4W-%2.2X\n",
837 AcpiOsPrintf ("HID: %s\n", Info->HardwareId.String);
842 AcpiOsPrintf ("UID: %s\n", Info->UniqueId.String);
849 AcpiOsPrintf ("CID %u: %s\n", i,
895 AcpiOsPrintf ("ResultObj: ");
897 AcpiOsPrintf ("\n");
932 AcpiOsPrintf ("ArgObj: ");
987 AcpiOsPrintf ("Could not convert name to pathname\n");
999 AcpiOsPrintf (
1003 AcpiOsPrintf (
1007 AcpiOsPrintf (
1013 AcpiOsPrintf (
1021 AcpiOsPrintf (" EventInfo: %p\n", GpeBlock->EventInfo);
1029 AcpiOsPrintf (
1058 AcpiOsPrintf (
1067 AcpiOsPrintf ("Level, ");
1071 AcpiOsPrintf ("Edge, ");
1076 AcpiOsPrintf ("CanWake, ");
1080 AcpiOsPrintf ("RunOnly, ");
1087 AcpiOsPrintf ("NotUsed");
1092 AcpiOsPrintf ("Method");
1097 AcpiOsPrintf ("Handler");
1110 AcpiOsPrintf ("Implicit Notify on %u devices",
1116 AcpiOsPrintf ("RawHandler");
1121 AcpiOsPrintf ("UNKNOWN: %X",
1126 AcpiOsPrintf (")\n");
1164 AcpiOsPrintf ("\nOperation Region Handlers at the namespace root:\n");
1173 AcpiOsPrintf (ACPI_PREDEFINED_PREFIX,
1180 AcpiOsPrintf (ACPI_HANDLER_PRESENT_STRING,
1191 AcpiOsPrintf ("None\n");
1203 AcpiOsPrintf (ACPI_PREDEFINED_PREFIX,
1205 AcpiOsPrintf (ACPI_HANDLER_PRESENT_STRING,
1220 AcpiOsPrintf ("\nFixed Event Handlers:\n");
1224 AcpiOsPrintf (ACPI_PREDEFINED_PREFIX, AcpiUtGetEventName (i), i);
1227 AcpiOsPrintf (ACPI_HANDLER_PRESENT_STRING, "User",
1232 AcpiOsPrintf (ACPI_HANDLER_NOT_PRESENT_STRING, "None");
1240 AcpiOsPrintf ("\nMiscellaneous Global Handlers:\n");
1244 AcpiOsPrintf (ACPI_HANDLER_NAME_STRING,
1249 AcpiOsPrintf (ACPI_HANDLER_PRESENT_STRING, "User",
1254 AcpiOsPrintf (ACPI_HANDLER_NOT_PRESENT_STRING, "None");
1261 AcpiOsPrintf ("\nOperation Region Handlers for specific devices:\n");
1312 AcpiOsPrintf (ACPI_PREDEFINED_PREFIX,
1316 AcpiOsPrintf (ACPI_HANDLER_PRESENT_STRING2,
1321 AcpiOsPrintf (" Device Name: %s (%p)\n", Pathname, Node);