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

123

/freebsd-10.2-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c123 AcpiOsPrintf ("\n%s\n", List->ListName);
129 AcpiOsPrintf (
140 AcpiOsPrintf (
152 AcpiOsPrintf (
162 AcpiOsPrintf (
405 AcpiOsPrintf ("Invalid or unsupported argument\n");
421 AcpiOsPrintf ("ACPI Table Information (not implemented):\n\n");
428 AcpiOsPrintf ("\nObjects defined in the current namespace:\n\n");
430 AcpiOsPrintf ("%16.16s %10.10s %10.10s\n",
435 AcpiOsPrintf ("
[all...]
H A Ddbdisply.c171 AcpiOsPrintf ("Parser Op Descriptor:\n");
172 AcpiOsPrintf ("%20.20s : %4.4X\n", "Opcode", Op->Common.AmlOpcode);
174 ACPI_DEBUG_ONLY_MEMBERS (AcpiOsPrintf ("%20.20s : %s\n", "Opcode Name",
177 AcpiOsPrintf ("%20.20s : %p\n", "Value/ArgList", Op->Common.Value.Arg);
178 AcpiOsPrintf ("%20.20s : %p\n", "Parent", Op->Common.Parent);
179 AcpiOsPrintf ("%20.20s : %p\n", "NextOp", Op->Common.Next);
246 AcpiOsPrintf ("Address %p is invalid in this address space\n",
261 AcpiOsPrintf (
275 AcpiOsPrintf ("Cannot read entire ACPI object at address %p\n",
291 AcpiOsPrintf (
[all...]
H A Ddbcmds.c118 AcpiOsPrintf ("Address %p is invalid",
127 AcpiOsPrintf ("Address %p is not a valid namespace node [%s]\n",
141 AcpiOsPrintf ("Could not find [%s] in namespace, defaulting to root node\n",
179 AcpiOsPrintf ("Invoking all possible sleep states, 0-%d\n",
223 AcpiOsPrintf ("Sleep state %d out of range (%d max)\n",
228 AcpiOsPrintf ("\n---- Invoking sleep state S%d (%s):\n",
236 AcpiOsPrintf ("Could not evaluate [%s] method, %s\n",
242 AcpiOsPrintf (
248 AcpiOsPrintf ("**** Sleep: Prepare to sleep (S%d) ****\n",
256 AcpiOsPrintf ("**** Slee
[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 Ddbnames.c156 AcpiOsPrintf ("Current scope: %s\n", AcpiGbl_DbScopeBuf);
204 AcpiOsPrintf ("New scope: %s\n", AcpiGbl_DbScopeBuf);
209 AcpiOsPrintf ("Could not attach scope: %s, %s\n",
256 AcpiOsPrintf ("ACPI Namespace (from %4.4s (%p) subtree):\n",
287 AcpiOsPrintf ("ACPI Namespace (from root):\n");
332 AcpiOsPrintf ("ACPI Namespace by owner %X:\n", OwnerId);
391 AcpiOsPrintf ("Could Not get pathname for object %p\n", ObjHandle);
399 AcpiOsPrintf ("%32s", (char *) Buffer.Pointer);
431 AcpiOsPrintf ("Name must be no longer than 4 characters\n");
505 AcpiOsPrintf ("
[all...]
H A Ddbmethod.c86 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", Index);
240 AcpiOsPrintf ("Ar
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmobject.c101 AcpiOsPrintf ("Executing subtree for Buffer/Package/Region\n");
118 AcpiOsPrintf ("\n**** Exception %s during execution of method ",
124 AcpiOsPrintf ("\n\nMethod Execution Stack:\n");
131 AcpiOsPrintf (" Method [%4.4s] executing: ",
156 AcpiOsPrintf ("Call to method ");
162 AcpiOsPrintf ("\n");
167 AcpiOsPrintf ("\n");
169 AcpiOsPrintf ("\n");
171 AcpiOsPrintf ("\n");
196 AcpiOsPrintf (" Uninitialize
[all...]
H A Ddmutils.c151 AcpiOsPrintf ("AttribQuick");
156 AcpiOsPrintf ("AttribSendReceive");
161 AcpiOsPrintf ("AttribByte");
166 AcpiOsPrintf ("AttribWord");
171 AcpiOsPrintf ("AttribBlock");
176 AcpiOsPrintf ("AttribBytes");
181 AcpiOsPrintf ("AttribProcessCall");
186 AcpiOsPrintf ("AttribBlockProcessCall");
191 AcpiOsPrintf ("AttribRawBytes");
196 AcpiOsPrintf ("AttribRawProcessByte
[all...]
H A Ddmresrcl2.c132 AcpiOsPrintf ("RawDataBuffer (0x%.2X) // Vendor Data", Length);
134 AcpiOsPrintf ("\n");
136 AcpiOsPrintf ("{\n");
149 AcpiOsPrintf ("0x%2.2X", Buffer[Index]);
155 AcpiOsPrintf (", ");
157 AcpiOsPrintf ("\n");
164 AcpiOsPrintf ("\n");
166 AcpiOsPrintf ("}");
206 AcpiOsPrintf (", ");
207 AcpiOsPrintf ("
[all...]
H A Ddmresrcs.c79 AcpiOsPrintf ("%s (",
86 AcpiOsPrintf ("%s, %s, %s, ",
95 AcpiOsPrintf (")\n");
126 AcpiOsPrintf ("DMA (%s, %s, %s, ",
134 AcpiOsPrintf (")\n");
165 AcpiOsPrintf ("FixedDMA (0x%4.4X, 0x%4.4X, ",
171 AcpiOsPrintf ("%s, ",
176 AcpiOsPrintf ("%X /* INVALID DMA WIDTH */, ", Resource->FixedDma.Width);
182 AcpiOsPrintf (")\n");
210 AcpiOsPrintf ("I
[all...]
H A Ddmbuffer.c166 AcpiOsPrintf ("/* %04X */ ", i);
178 AcpiOsPrintf (" ");
182 AcpiOsPrintf (" 0x%2.2X", ByteData[CurrentIndex]);
188 AcpiOsPrintf (",");
192 AcpiOsPrintf (" ");
198 AcpiOsPrintf (" /* ");
210 AcpiOsPrintf ("%c", BufChar);
214 AcpiOsPrintf (".");
220 AcpiOsPrintf (" */\n");
266 AcpiOsPrintf ("\
[all...]
H A Ddmopcode.c134 AcpiOsPrintf (" /* External reference */");
153 AcpiOsPrintf (" /* %s */", Pathname);
214 AcpiOsPrintf (" // %s", AcpiUtGetNotifyName (NotifyValue, Type));
345 AcpiOsPrintf (" // %4.4s: %s",
426 AcpiOsPrintf (" // %4.4s: %s", Tag,
467 AcpiOsPrintf (", %u, ", Args);
473 AcpiOsPrintf ("Not");
476 AcpiOsPrintf ("Serialized");
482 AcpiOsPrintf (", %u", Flags >> 4);
513 AcpiOsPrintf ("
[all...]
H A Ddmresrcl.c197 AcpiOsPrintf ("\n");
252 AcpiOsPrintf ("Word");
257 AcpiOsPrintf ("DWord");
262 AcpiOsPrintf ("QWord");
267 AcpiOsPrintf ("Extended");
312 AcpiOsPrintf ("/**** Invalid Resource Type: 0x%X ****/", ResourceType);
324 AcpiOsPrintf ("Space (0x%2.2X, ", ResourceType);
326 AcpiOsPrintf (" 0x%2.2X,", SpecificFlags);
332 AcpiOsPrintf ("%s (", AcpiGbl_WordDecode [ACPI_GET_2BIT_FLAG (ResourceType)]);
345 AcpiOsPrintf ("
[all...]
H A Ddmresrc.c129 AcpiOsPrintf ("%4.4s", (char *) &ResourceName);
151 AcpiOsPrintf ("0x%2.2X, // %s\n", Value, Name);
159 AcpiOsPrintf ("0x%4.4X, // %s\n", Value, Name);
167 AcpiOsPrintf ("0x%8.8X, // %s\n", Value, Name);
175 AcpiOsPrintf ("0x%8.8X%8.8X, // %s\n", ACPI_FORMAT_UINT64 (Value), Name);
202 AcpiOsPrintf ("{");
214 AcpiOsPrintf (",");
217 AcpiOsPrintf ("%u", i);
225 AcpiOsPrintf ("}\n");
289 AcpiOsPrintf ("/*** Coul
[all...]
H A Ddmwalk.c440 AcpiOsPrintf ("{\n");
495 AcpiOsPrintf ("\n");
533 AcpiOsPrintf (" (");
547 AcpiOsPrintf (", ");
578 AcpiOsPrintf (")");
590 AcpiOsPrintf (", ");
602 AcpiOsPrintf (", ");
614 AcpiOsPrintf (", ");
628 AcpiOsPrintf (", ");
640 AcpiOsPrintf (")");
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/components/executer/
H A Dexdebug.c111 AcpiOsPrintf ("[ACPI Debug %.8u] %*s", Timer, Level, " ");
118 AcpiOsPrintf ("(%.2u) ", Index-1);
123 AcpiOsPrintf ("[Null Object]\n");
129 AcpiOsPrintf ("%s ", AcpiUtGetObjectTypeName (SourceDesc));
133 AcpiOsPrintf ("%p, Invalid Internal Object!\n", SourceDesc);
139 AcpiOsPrintf ("%s: %p\n",
159 AcpiOsPrintf ("0x%8.8X\n",
164 AcpiOsPrintf ("0x%8.8X%8.8X\n",
171 AcpiOsPrintf ("[0x%.2X]\n", (UINT32) SourceDesc->Buffer.Length);
179 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");
462 AcpiOsPrintf ("\nPackage Contents:\n");
483 AcpiOsPrintf ("%20s : %p", Name, Next);
486 AcpiOsPrintf ("(
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsdump.c126 AcpiOsPrintf ("%c", Pathname[i]) :
127 AcpiOsPrintf ("?");
134 AcpiOsPrintf (".");
138 AcpiOsPrintf ("]\n");
179 AcpiOsPrintf ("\n");
255 AcpiOsPrintf ("%2d%*s", (UINT32) Level - 1, (int) Level * 2, " ");
264 AcpiOsPrintf ("%4.4s", AcpiUtGetNodeName (ThisNode));
269 AcpiOsPrintf (" %-12s %p %2.2X ",
281 AcpiOsPrintf ("(T) ");
300 AcpiOsPrintf ("<N
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/common/
H A Ddmtable.c487 AcpiOsPrintf ("\n/*\n%s: Length %d (0x%X)\n\n",
491 AcpiOsPrintf (" */\n");
524 AcpiOsPrintf ("\n");
533 AcpiOsPrintf ("\n**** OEM-defined ACPI table [%4.4s], unknown contents\n\n",
538 AcpiOsPrintf ("\n**** Unknown ACPI table signature [%4.4s]\n\n",
572 AcpiOsPrintf ("\n%s: Length %d (0x%X)\n\n",
614 AcpiOsPrintf ("[%.4d] %34s : ", ByteLength, Name);
620 AcpiOsPrintf ("%41s : ", Name);
624 AcpiOsPrintf ("%41s ", Name);
632 AcpiOsPrintf ("[
[all...]
H A Dadisasm.c274 AcpiOsPrintf ("Could not parse external ACPI tables, %s\n",
314 AcpiOsPrintf ("Could not get ACPI tables, %s\n",
329 AcpiOsPrintf ("Could not get DSDT, %s\n",
334 AcpiOsPrintf ("\nDisassembly of DSDT\n");
371 AcpiOsPrintf (" * ACPI Data Table [%4.4s]\n *\n",
373 AcpiOsPrintf (" * Format: [HexOffset DecimalOffset ByteLength] "
393 AcpiOsPrintf ("Could not parse ACPI tables, %s\n",
400 AcpiOsPrintf ("/**** Before second load\n");
407 AcpiOsPrintf ("*****/\n");
470 AcpiOsPrintf ("Coul
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/components/utilities/
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, ", AcpiFormatException (Status));
174 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...]
H A Dutfileio.c143 AcpiOsPrintf ("Table has been corrupted by text mode conversion\n");
144 AcpiOsPrintf ("All LFs (%u) were changed to CR/LF pairs\n", Pairs);
145 AcpiOsPrintf ("Table cannot be repaired!\n");
197 AcpiOsPrintf ("Could not read the table header\n");
217 AcpiOsPrintf ("Table header is invalid!\n");
226 AcpiOsPrintf (
231 AcpiOsPrintf ("File is corrupt or is ASCII text -- "
244 AcpiOsPrintf ("Table signature [%4.4s] is invalid or not supported\n",
259 AcpiOsPrintf (
290 AcpiOsPrintf ("Warnin
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/components/resources/
H A Drsdump.c155 AcpiOsPrintf ("\n[%02X] ", Count);
163 AcpiOsPrintf (
173 AcpiOsPrintf (
238 AcpiOsPrintf ("\n[%02X] PCI IRQ Routing Table Package\n", Count);
289 AcpiOsPrintf ("%s Resource\n", Name);
433 AcpiOsPrintf ("**** Invalid table opcode [%X] ****\n",
549 AcpiOsPrintf ("%27s : %s", Title, Value);
552 AcpiOsPrintf ("[NULL NAMESTRING]");
554 AcpiOsPrintf ("\n");
562 AcpiOsPrintf ("
[all...]

Completed in 147 milliseconds

123