Searched refs:AcpiOsPrintf (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c123 AcpiOsPrintf ("\n%s\n", List->ListName);
129 AcpiOsPrintf (
141 AcpiOsPrintf (
154 AcpiOsPrintf (
165 AcpiOsPrintf (
409 AcpiOsPrintf ("Invalid or unsupported argument\n");
425 AcpiOsPrintf ("ACPI Table Information (not implemented):\n\n");
432 AcpiOsPrintf ("\nObjects defined in the current namespace:\n\n");
434 AcpiOsPrintf ("%16.16s %10.10s %10.10s\n",
439 AcpiOsPrintf ("
[all...]
H A Ddbobject.c95 AcpiOsPrintf ("Executing subtree for Buffer/Package/Region\n");
112 AcpiOsPrintf ("\n");
114 AcpiOsPrintf ("\n");
116 AcpiOsPrintf ("\n");
141 AcpiOsPrintf (" Uninitialized");
147 AcpiOsPrintf (" %p [%s]", ObjDesc,
152 AcpiOsPrintf (" %s", AcpiUtGetObjectTypeName (ObjDesc));
158 AcpiOsPrintf (" %8.8X%8.8X",
164 AcpiOsPrintf ("(%u) \"%.60s",
169 AcpiOsPrintf ("
[all...]
H A Ddbdisply.c169 AcpiOsPrintf ("Parser Op Descriptor:\n");
170 AcpiOsPrintf ("%20.20s : %4.4X\n", "Opcode", Op->Common.AmlOpcode);
172 ACPI_DEBUG_ONLY_MEMBERS (AcpiOsPrintf ("%20.20s : %s\n", "Opcode Name",
175 AcpiOsPrintf ("%20.20s : %p\n", "Value/ArgList", Op->Common.Value.Arg);
176 AcpiOsPrintf ("%20.20s : %p\n", "Parent", Op->Common.Parent);
177 AcpiOsPrintf ("%20.20s : %p\n", "NextOp", Op->Common.Next);
244 AcpiOsPrintf (
260 AcpiOsPrintf (
275 AcpiOsPrintf (
292 AcpiOsPrintf (
[all...]
H A Ddbcmds.c120 AcpiOsPrintf ("Address %p is invalid", Node);
128 AcpiOsPrintf ("Address %p is not a valid namespace node [%s]\n",
142 AcpiOsPrintf (
181 AcpiOsPrintf ("Invoking all possible sleep states, 0-%d\n",
225 AcpiOsPrintf ("Sleep state %d out of range (%d max)\n",
230 AcpiOsPrintf ("\n---- Invoking sleep state S%d (%s):\n",
238 AcpiOsPrintf ("Could not evaluate [%s] method, %s\n",
244 AcpiOsPrintf (
250 AcpiOsPrintf ("**** Sleep: Prepare to sleep (S%d) ****\n",
258 AcpiOsPrintf ("**** Slee
[all...]
H A Ddbnames.c167 AcpiOsPrintf ("Current scope: %s\n", AcpiGbl_DbScopeBuf);
215 AcpiOsPrintf ("New scope: %s\n", AcpiGbl_DbScopeBuf);
220 AcpiOsPrintf ("Could not attach scope: %s, %s\n",
267 AcpiOsPrintf ("ACPI Namespace (from %4.4s (%p) subtree):\n",
298 AcpiOsPrintf ("ACPI Namespace (from root):\n");
343 AcpiOsPrintf ("ACPI Namespace by owner %X:\n", OwnerId);
403 AcpiOsPrintf ("Could Not get pathname for object %p\n",
412 AcpiOsPrintf ("%32s", (char *) Buffer.Pointer);
444 AcpiOsPrintf ("Name must be no longer than 4 characters\n");
518 AcpiOsPrintf ("
[all...]
H A Ddbconvert.c477 AcpiOsPrintf ("Converted _PLD buffer does not compare. New:\n");
485 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Revision", PldInfo->Revision);
486 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_IgnoreColor", PldInfo->IgnoreColor);
487 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Red", PldInfo->Red);
488 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Green", PldInfo->Green);
489 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Blue", PldInfo->Blue);
493 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Width", PldInfo->Width);
494 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Height", PldInfo->Height);
498 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_UserVisible", PldInfo->UserVisible);
499 AcpiOsPrintf (ACPI_PLD_OUTPU
[all...]
H A Ddbmethod.c84 AcpiOsPrintf ("There is no method currently executing\n");
95 AcpiOsPrintf ("Breakpoint %X is beyond current address %X\n",
102 AcpiOsPrintf ("Breakpoint set at AML offset %X\n", Address);
127 AcpiOsPrintf ("There is no method currently executing\n");
173 AcpiOsPrintf ("Invalid SET operand: %s\n", TypeArg);
189 AcpiOsPrintf ("Can only set Integer nodes\n");
204 AcpiOsPrintf ("There is no method currently executing\n");
213 AcpiOsPrintf ("Could not create an internal object\n");
227 AcpiOsPrintf ("Arg%u - Invalid argument name\n",
241 AcpiOsPrintf ("Ar
[all...]
H A Ddbfileio.c83 AcpiOsPrintf ("Debug output file %s closed\n",
113 AcpiOsPrintf ("Could not open debug file %s\n", Name);
117 AcpiOsPrintf ("Debug output file %s opened\n", Name);
160 AcpiOsPrintf ("Table %4.4s is already installed\n",
165 AcpiOsPrintf ("Could not install table, %s\n",
/freebsd-11.0-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmutils.c150 AcpiOsPrintf ("AttribQuick");
155 AcpiOsPrintf ("AttribSendReceive");
160 AcpiOsPrintf ("AttribByte");
165 AcpiOsPrintf ("AttribWord");
170 AcpiOsPrintf ("AttribBlock");
175 AcpiOsPrintf ("AttribBytes");
180 AcpiOsPrintf ("AttribProcessCall");
185 AcpiOsPrintf ("AttribBlockProcessCall");
190 AcpiOsPrintf ("AttribRawBytes");
195 AcpiOsPrintf ("AttribRawProcessByte
[all...]
H A Ddmresrcl2.c130 AcpiOsPrintf ("RawDataBuffer (0x%.2X) // Vendor Data", Length);
132 AcpiOsPrintf ("\n");
134 AcpiOsPrintf ("{\n");
147 AcpiOsPrintf ("0x%2.2X", Buffer[Index]);
153 AcpiOsPrintf (", ");
156 AcpiOsPrintf ("\n");
163 AcpiOsPrintf ("\n");
165 AcpiOsPrintf ("}");
206 AcpiOsPrintf (", ");
207 AcpiOsPrintf ("
[all...]
H A Ddmresrcs.c77 AcpiOsPrintf ("%s (",
84 AcpiOsPrintf ("%s, %s, %s, ",
93 AcpiOsPrintf (")\n");
124 AcpiOsPrintf ("DMA (%s, %s, %s, ",
132 AcpiOsPrintf (")\n");
163 AcpiOsPrintf ("FixedDMA (0x%4.4X, 0x%4.4X, ",
169 AcpiOsPrintf ("%s, ",
174 AcpiOsPrintf ("%X /* INVALID DMA WIDTH */, ",
181 AcpiOsPrintf (")\n");
209 AcpiOsPrintf ("I
[all...]
H A Ddmopcode.c137 AcpiOsPrintf (" /* External reference */");
156 AcpiOsPrintf (" /* %s */", Pathname);
217 AcpiOsPrintf (" // %s", AcpiUtGetNotifyName (NotifyValue, Type));
348 AcpiOsPrintf (" // %4.4s: %s",
429 AcpiOsPrintf (" // %4.4s: %s", Tag,
470 AcpiOsPrintf (", %u, ", Args);
476 AcpiOsPrintf ("Not");
479 AcpiOsPrintf ("Serialized");
485 AcpiOsPrintf (", %u", Flags >> 4);
516 AcpiOsPrintf ("
[all...]
H A Ddmbuffer.c124 AcpiOsPrintf ("/* %04X */ ", i);
136 AcpiOsPrintf (" ");
140 AcpiOsPrintf (" 0x%2.2X", ByteData[CurrentIndex]);
146 AcpiOsPrintf (",");
150 AcpiOsPrintf (" ");
156 AcpiOsPrintf (" /* ");
168 AcpiOsPrintf ("%c", BufChar);
172 AcpiOsPrintf (".");
178 AcpiOsPrintf (" */\n");
225 AcpiOsPrintf ("\
[all...]
H A Ddmresrcl.c195 AcpiOsPrintf ("\n");
250 AcpiOsPrintf ("Word");
255 AcpiOsPrintf ("DWord");
260 AcpiOsPrintf ("QWord");
265 AcpiOsPrintf ("Extended");
310 AcpiOsPrintf (
323 AcpiOsPrintf ("Space (0x%2.2X, ", ResourceType);
325 AcpiOsPrintf (" 0x%2.2X,", SpecificFlags);
331 AcpiOsPrintf ("%s (",
345 AcpiOsPrintf ("
[all...]
H A Ddmresrc.c128 AcpiOsPrintf ("%4.4s", (char *) &ResourceName);
150 AcpiOsPrintf ("0x%2.2X, // %s\n", Value, Name);
158 AcpiOsPrintf ("0x%4.4X, // %s\n", Value, Name);
166 AcpiOsPrintf ("0x%8.8X, // %s\n", Value, Name);
174 AcpiOsPrintf ("0x%8.8X%8.8X, // %s\n", ACPI_FORMAT_UINT64 (Value), Name);
201 AcpiOsPrintf ("{");
213 AcpiOsPrintf (",");
217 AcpiOsPrintf ("%u", i);
225 AcpiOsPrintf ("}\n");
289 AcpiOsPrintf (
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexdebug.c109 AcpiOsPrintf ("\n");
132 AcpiOsPrintf ("[ACPI Debug T=0x%8.8X] %*s", Timer, Level, " ");
136 AcpiOsPrintf ("[ACPI Debug] %*s", Level, " ");
144 AcpiOsPrintf ("(%.2u) ", Index - 1);
149 AcpiOsPrintf ("[Null Object]\n");
160 AcpiOsPrintf ("%s ", AcpiUtGetObjectTypeName (SourceDesc));
165 AcpiOsPrintf ("%p, Invalid Internal Object!\n", SourceDesc);
171 AcpiOsPrintf ("%s (Node %p)\n",
191 AcpiOsPrintf ("0x%8.8X\n",
196 AcpiOsPrintf ("
[all...]
H A Dexdump.c393 AcpiOsPrintf (
416 AcpiOsPrintf ("%20s : %2.2X [%s]\n", "Type",
422 AcpiOsPrintf ("%20s : %2.2X\n", Name, *Target);
427 AcpiOsPrintf ("%20s : %4.4X\n", Name, ACPI_GET16 (Target));
432 AcpiOsPrintf ("%20s : %8.8X\n", Name, ACPI_GET32 (Target));
437 AcpiOsPrintf ("%20s : %8.8X%8.8X\n", "Value",
450 AcpiOsPrintf ("\n");
463 AcpiOsPrintf ("\nPackage Contents:\n");
483 AcpiOsPrintf ("%20s : %p", Name, Next);
486 AcpiOsPrintf ("(
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutstring.c78 AcpiOsPrintf ("<\"NULL STRING PTR\">");
82 AcpiOsPrintf ("\"");
91 AcpiOsPrintf ("\\a"); /* BELL */
96 AcpiOsPrintf ("\\b"); /* BACKSPACE */
101 AcpiOsPrintf ("\\f"); /* FORMFEED */
106 AcpiOsPrintf ("\\n"); /* LINEFEED */
111 AcpiOsPrintf ("\\r"); /* CARRIAGE RETURN*/
116 AcpiOsPrintf ("\\t"); /* HORIZONTAL TAB */
121 AcpiOsPrintf ("\\v"); /* VERTICAL TAB */
128 AcpiOsPrintf ("\\
[all...]
H A Duterror.c99 AcpiOsPrintf (ACPI_MSG_WARNING "%s: ", Pathname);
148 AcpiOsPrintf (ACPI_MSG_INFO "%s: ", Pathname);
197 AcpiOsPrintf (ACPI_MSG_BIOS_ERROR "%s: ", Pathname);
234 AcpiOsPrintf (ACPI_MSG_ERROR);
241 AcpiOsPrintf ("[0x%.8X] (NON-ASCII)", BadName);
254 AcpiOsPrintf ("[%s]", Name);
258 AcpiOsPrintf ("[COULD NOT EXTERNALIZE NAME]");
267 AcpiOsPrintf (" Namespace lookup failure, %s",
306 AcpiOsPrintf (ACPI_MSG_ERROR);
314 AcpiOsPrintf ("[Coul
[all...]
H A Dutxferror.c85 AcpiOsPrintf (ACPI_MSG_ERROR);
131 AcpiOsPrintf (ACPI_MSG_EXCEPTION);
136 AcpiOsPrintf (ACPI_MSG_EXCEPTION "%s, ",
176 AcpiOsPrintf (ACPI_MSG_WARNING);
220 AcpiOsPrintf (ACPI_MSG_INFO);
224 AcpiOsPrintf ("\n");
259 AcpiOsPrintf (ACPI_MSG_BIOS_ERROR);
298 AcpiOsPrintf (ACPI_MSG_BIOS_WARNING);
H A Dutbuffer.c85 AcpiOsPrintf ("Null Buffer Pointer in DumpBuffer!\n");
100 AcpiOsPrintf ("%6.4X: ", (BaseOffset + i));
110 AcpiOsPrintf ("%*s", ((Display * 2) + 1), " ");
120 AcpiOsPrintf ("%02X ", Buffer[(ACPI_SIZE) i + j]);
126 AcpiOsPrintf ("%04X ", Temp32);
132 AcpiOsPrintf ("%08X ", Temp32);
138 AcpiOsPrintf ("%08X", Temp32);
141 AcpiOsPrintf ("%08X ", Temp32);
152 AcpiOsPrintf (" ");
157 AcpiOsPrintf ("\
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsdump.c126 AcpiOsPrintf ("%c", Pathname[i]) :
127 AcpiOsPrintf ("?");
134 AcpiOsPrintf (".");
138 AcpiOsPrintf ("]\n");
182 AcpiOsPrintf ("\n");
258 AcpiOsPrintf ("%2d%*s", (UINT32) Level - 1, (int) Level * 2, " ");
268 AcpiOsPrintf ("%4.4s", AcpiUtGetNodeName (ThisNode));
273 AcpiOsPrintf (" %-12s %p %2.2X ",
285 AcpiOsPrintf ("(T) ");
304 AcpiOsPrintf ("<N
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/common/
H A Ddmtable.c486 AcpiOsPrintf ("\n/*\n%s: Length %d (0x%X)\n\n",
490 AcpiOsPrintf (" */\n");
527 AcpiOsPrintf ("\n");
536 AcpiOsPrintf ("\n**** OEM-defined ACPI table [%4.4s], unknown contents\n\n",
541 AcpiOsPrintf ("\n**** Unknown ACPI table signature [%4.4s]\n\n",
579 AcpiOsPrintf ("\n%s: Length %d (0x%X)\n\n",
621 AcpiOsPrintf ("[%.4d] %34s : ", ByteLength, Name);
627 AcpiOsPrintf ("%41s : ", Name);
631 AcpiOsPrintf ("%41s ", Name);
639 AcpiOsPrintf ("[
[all...]
H A Ddmtables.c101 AcpiOsPrintf ("/*\n");
102 AcpiOsPrintf (ACPI_COMMON_HEADER (AML_DISASSEMBLER_NAME, " * "));
108 AcpiOsPrintf (
114 AcpiOsPrintf (
120 AcpiOsPrintf (" * Disassembly of %s, %s", Filename, ctime (&Timer));
121 AcpiOsPrintf (" *\n");
157 AcpiOsPrintf (" * Original Table Header:\n");
158 AcpiOsPrintf (" * Signature \"%4.4s\"\n", Table->Signature);
159 AcpiOsPrintf (" * Length 0x%8.8X (%u)\n", Table->Length, Table->Length);
163 AcpiOsPrintf (" * Revisio
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/resources/
H A Drsdump.c154 AcpiOsPrintf ("\n[%02X] ", Count);
162 AcpiOsPrintf (
172 AcpiOsPrintf (
237 AcpiOsPrintf ("\n[%02X] PCI IRQ Routing Table Package\n", Count);
288 AcpiOsPrintf ("%s Resource\n", Name);
428 AcpiOsPrintf ("**** Invalid table opcode [%X] ****\n",
545 AcpiOsPrintf ("%27s : %s", Title, Value);
548 AcpiOsPrintf ("[NULL NAMESTRING]");
550 AcpiOsPrintf ("\n");
558 AcpiOsPrintf ("
[all...]

Completed in 202 milliseconds

123