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

123

/freebsd-10.1-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c124 AcpiOsPrintf ("\n%s\n", List->ListName);
130 AcpiOsPrintf (
141 AcpiOsPrintf (
153 AcpiOsPrintf (
163 AcpiOsPrintf (
406 AcpiOsPrintf ("Invalid or unsupported argument\n");
422 AcpiOsPrintf ("ACPI Table Information (not implemented):\n\n");
429 AcpiOsPrintf ("\nObjects defined in the current namespace:\n\n");
431 AcpiOsPrintf ("%16.16s %10.10s %10.10s\n",
436 AcpiOsPrintf ("
[all...]
H A Ddbdisply.c172 AcpiOsPrintf ("Parser Op Descriptor:\n");
173 AcpiOsPrintf ("%20.20s : %4.4X\n", "Opcode", Op->Common.AmlOpcode);
175 ACPI_DEBUG_ONLY_MEMBERS (AcpiOsPrintf ("%20.20s : %s\n", "Opcode Name",
178 AcpiOsPrintf ("%20.20s : %p\n", "Value/ArgList", Op->Common.Value.Arg);
179 AcpiOsPrintf ("%20.20s : %p\n", "Parent", Op->Common.Parent);
180 AcpiOsPrintf ("%20.20s : %p\n", "NextOp", Op->Common.Next);
247 AcpiOsPrintf ("Address %p is invalid in this address space\n",
262 AcpiOsPrintf (
276 AcpiOsPrintf ("Cannot read entire ACPI object at address %p\n",
292 AcpiOsPrintf (
[all...]
H A Ddbcmds.c119 AcpiOsPrintf ("Address %p is invalid in this address space\n",
128 AcpiOsPrintf ("Address %p is not a valid NS node [%s]\n",
178 AcpiOsPrintf ("Invoking all possible sleep states, 0-%d\n",
222 AcpiOsPrintf ("Sleep state %d out of range (%d max)\n",
227 AcpiOsPrintf ("\n---- Invoking sleep state S%d (%s):\n",
235 AcpiOsPrintf ("Could not evaluate [%s] method, %s\n",
241 AcpiOsPrintf (
247 AcpiOsPrintf ("**** Sleep: Prepare to sleep (S%d) ****\n",
255 AcpiOsPrintf ("**** Sleep: Going to sleep (S%d) ****\n",
263 AcpiOsPrintf ("**** Wak
[all...]
H A Ddbnames.c157 AcpiOsPrintf ("Current scope: %s\n", AcpiGbl_DbScopeBuf);
193 AcpiOsPrintf ("New scope: %s\n", AcpiGbl_DbScopeBuf);
198 AcpiOsPrintf ("Could not attach scope: %s, %s\n",
245 AcpiOsPrintf ("ACPI Namespace (from %4.4s (%p) subtree):\n",
276 AcpiOsPrintf ("ACPI Namespace (from root):\n");
321 AcpiOsPrintf ("ACPI Namespace by owner %X:\n", OwnerId);
380 AcpiOsPrintf ("Could Not get pathname for object %p\n", ObjHandle);
388 AcpiOsPrintf ("%32s", (char *) Buffer.Pointer);
420 AcpiOsPrintf ("Name must be no longer than 4 characters\n");
494 AcpiOsPrintf ("
[all...]
H A Ddbconvert.c476 AcpiOsPrintf ("Converted _PLD buffer does not compare. New:\n");
484 AcpiOsPrintf (ACPI_PLD_OUTPUT, "Revision", PldInfo->Revision);
485 AcpiOsPrintf (ACPI_PLD_OUTPUT, "IgnoreColor", PldInfo->IgnoreColor);
486 AcpiOsPrintf (ACPI_PLD_OUTPUT, "Color", PldInfo->Color);
490 AcpiOsPrintf (ACPI_PLD_OUTPUT, "Width", PldInfo->Width);
491 AcpiOsPrintf (ACPI_PLD_OUTPUT, "Height", PldInfo->Height);
495 AcpiOsPrintf (ACPI_PLD_OUTPUT, "UserVisible", PldInfo->UserVisible);
496 AcpiOsPrintf (ACPI_PLD_OUTPUT, "Dock", PldInfo->Dock);
497 AcpiOsPrintf (ACPI_PLD_OUTPUT, "Lid", PldInfo->Lid);
498 AcpiOsPrintf (ACPI_PLD_OUTPU
[all...]
H A Ddbfileio.c111 AcpiOsPrintf ("Debug output file %s closed\n", AcpiGbl_DbDebugFilename);
140 AcpiOsPrintf ("Could not open debug file %s\n", Name);
144 AcpiOsPrintf ("Debug output file %s opened\n", Name);
223 AcpiOsPrintf ("Table has been corrupted by text mode conversion\n");
224 AcpiOsPrintf ("All LFs (%u) were changed to CR/LF pairs\n", Pairs);
225 AcpiOsPrintf ("Table cannot be repaired!\n");
272 AcpiOsPrintf ("Could not read the table signature\n");
292 AcpiOsPrintf ("Could not read the table header\n");
302 AcpiOsPrintf ("Table header is invalid!\n");
311 AcpiOsPrintf (
[all...]
H A Ddbutils.c166 AcpiOsPrintf ("[Null Object]\n");
172 AcpiOsPrintf (" ");
179 AcpiOsPrintf ("[Null Object] (Type=0)\n");
184 AcpiOsPrintf ("[Integer] = %8.8X%8.8X\n",
190 AcpiOsPrintf ("[String] Length %.2X = ", ObjDesc->String.Length);
192 AcpiOsPrintf ("\n");
197 AcpiOsPrintf ("[Buffer] Length %.2X = ", ObjDesc->Buffer.Length);
202 AcpiOsPrintf ("\n");
209 AcpiOsPrintf ("\n");
215 AcpiOsPrintf ("[Packag
[all...]
/freebsd-10.1-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmobject.c102 AcpiOsPrintf ("Executing subtree for Buffer/Package/Region\n");
119 AcpiOsPrintf ("\n**** Exception %s during execution of method ",
125 AcpiOsPrintf ("\n\nMethod Execution Stack:\n");
132 AcpiOsPrintf (" Method [%4.4s] executing: ",
157 AcpiOsPrintf ("Call to method ");
163 AcpiOsPrintf ("\n");
168 AcpiOsPrintf ("\n");
170 AcpiOsPrintf ("\n");
172 AcpiOsPrintf ("\n");
197 AcpiOsPrintf (" Uninitialize
[all...]
H A Ddmutils.c152 AcpiOsPrintf ("AttribQuick");
157 AcpiOsPrintf ("AttribSendReceive");
162 AcpiOsPrintf ("AttribByte");
167 AcpiOsPrintf ("AttribWord");
172 AcpiOsPrintf ("AttribBlock");
177 AcpiOsPrintf ("AttribBytes");
182 AcpiOsPrintf ("AttribProcessCall");
187 AcpiOsPrintf ("AttribBlockProcessCall");
192 AcpiOsPrintf ("AttribRawBytes");
197 AcpiOsPrintf ("AttribRawProcessByte
[all...]
H A Ddmresrcl2.c129 AcpiOsPrintf ("RawDataBuffer (0x%.2X) // Vendor Data", Length);
131 AcpiOsPrintf ("\n");
133 AcpiOsPrintf ("{\n");
146 AcpiOsPrintf ("0x%2.2X", Buffer[Index]);
152 AcpiOsPrintf (", ");
154 AcpiOsPrintf ("\n");
161 AcpiOsPrintf ("\n");
163 AcpiOsPrintf ("}");
201 AcpiOsPrintf (", ");
202 AcpiOsPrintf ("
[all...]
H A Ddmresrcl.c198 AcpiOsPrintf ("\n");
253 AcpiOsPrintf ("Word");
258 AcpiOsPrintf ("DWord");
263 AcpiOsPrintf ("QWord");
268 AcpiOsPrintf ("Extended");
313 AcpiOsPrintf ("/**** Invalid Resource Type: 0x%X ****/", ResourceType);
325 AcpiOsPrintf ("Space (0x%2.2X, ", ResourceType);
327 AcpiOsPrintf (" 0x%2.2X,", SpecificFlags);
333 AcpiOsPrintf ("%s (", AcpiGbl_WordDecode [ACPI_GET_2BIT_FLAG (ResourceType)]);
346 AcpiOsPrintf ("
[all...]
H A Ddmopcode.c190 AcpiOsPrintf (" // %4.4s: %s",
274 AcpiOsPrintf (" // %4.4s: %s", Tag,
317 AcpiOsPrintf (", %u, ", Args);
323 AcpiOsPrintf ("Not");
326 AcpiOsPrintf ("Serialized");
332 AcpiOsPrintf (", %u", Flags >> 4);
363 AcpiOsPrintf ("%s, ", AcpiGbl_AccessTypes [Flags & 0x07]);
364 AcpiOsPrintf ("%s, ", AcpiGbl_LockRule [(Flags & 0x10) >> 4]);
365 AcpiOsPrintf ("%s)", AcpiGbl_UpdateRules [(Flags & 0x60) >> 5]);
390 AcpiOsPrintf ("FFixedH
[all...]
H A Ddmresrcs.c78 AcpiOsPrintf ("%s (",
85 AcpiOsPrintf ("%s, %s, %s, ",
94 AcpiOsPrintf (")\n");
123 AcpiOsPrintf ("DMA (%s, %s, %s, ",
131 AcpiOsPrintf (")\n");
160 AcpiOsPrintf ("FixedDMA (0x%4.4X, 0x%4.4X, ",
166 AcpiOsPrintf ("%s, ",
171 AcpiOsPrintf ("%X /* INVALID DMA WIDTH */, ", Resource->FixedDma.Width);
177 AcpiOsPrintf (")\n");
203 AcpiOsPrintf ("I
[all...]
H A Ddmbuffer.c113 AcpiOsPrintf ("\n");
119 AcpiOsPrintf ("/* %04X */ ", i);
123 AcpiOsPrintf (" 0x%2.2X", (UINT32) ByteData[i]);
129 AcpiOsPrintf (",");
135 AcpiOsPrintf ("\n");
181 AcpiOsPrintf ("\n");
454 AcpiOsPrintf (ACPI_PLD_OUTPUT08, "Revision", PldInfo->Revision);
455 AcpiOsPrintf (ACPI_PLD_OUTPUT08, "IgnoreColor", PldInfo->IgnoreColor);
456 AcpiOsPrintf (ACPI_PLD_OUTPUT24,"Color", PldInfo->Color);
460 AcpiOsPrintf (ACPI_PLD_OUTPUT1
[all...]
H A Ddmresrc.c130 AcpiOsPrintf ("%4.4s", (char *) &ResourceName);
152 AcpiOsPrintf ("0x%2.2X, // %s\n", Value, Name);
160 AcpiOsPrintf ("0x%4.4X, // %s\n", Value, Name);
168 AcpiOsPrintf ("0x%8.8X, // %s\n", Value, Name);
176 AcpiOsPrintf ("0x%8.8X%8.8X, // %s\n", ACPI_FORMAT_UINT64 (Value), Name);
203 AcpiOsPrintf ("{");
215 AcpiOsPrintf (",");
218 AcpiOsPrintf ("%u", i);
226 AcpiOsPrintf ("}\n");
285 AcpiOsPrintf ("/*** Coul
[all...]
H A Ddmwalk.c428 AcpiOsPrintf ("{\n");
483 AcpiOsPrintf ("\n");
514 AcpiOsPrintf (" (");
528 AcpiOsPrintf (", ");
559 AcpiOsPrintf (")");
572 AcpiOsPrintf (", ");
586 AcpiOsPrintf (", ");
599 AcpiOsPrintf (", ");
614 AcpiOsPrintf (", ");
628 AcpiOsPrintf (")");
[all...]
/freebsd-10.1-release/sys/contrib/dev/acpica/components/executer/
H A Dexdebug.c104 AcpiOsPrintf ("[ACPI Debug] %*s", Level, " ");
111 AcpiOsPrintf ("(%.2u) ", Index-1);
116 AcpiOsPrintf ("[Null Object]\n");
122 AcpiOsPrintf ("%s ", AcpiUtGetObjectTypeName (SourceDesc));
126 AcpiOsPrintf ("%p, Invalid Internal Object!\n", SourceDesc);
132 AcpiOsPrintf ("%s: %p\n",
152 AcpiOsPrintf ("0x%8.8X\n",
157 AcpiOsPrintf ("0x%8.8X%8.8X\n",
164 AcpiOsPrintf ("[0x%.2X]\n", (UINT32) SourceDesc->Buffer.Length);
172 AcpiOsPrintf ("[
[all...]
H A Dexdump.c366 AcpiOsPrintf (
394 AcpiOsPrintf ("%20s : %2.2X\n", Name, *Target);
399 AcpiOsPrintf ("%20s : %4.4X\n", Name, ACPI_GET16 (Target));
404 AcpiOsPrintf ("%20s : %8.8X\n", Name, ACPI_GET32 (Target));
409 AcpiOsPrintf ("%20s : %8.8X%8.8X\n", "Value",
422 AcpiOsPrintf ("\n");
434 AcpiOsPrintf ("\nPackage Contents:\n");
452 AcpiOsPrintf ("**** Invalid table opcode [%X] ****\n",
537 AcpiOsPrintf ("Reference: [%s] ", AcpiUtGetReferenceName (ObjDesc));
543 AcpiOsPrintf ("\
[all...]
/freebsd-10.1-release/sys/contrib/dev/acpica/components/utilities/
H A Dutbuffer.c87 AcpiOsPrintf ("Null Buffer Pointer in DumpBuffer!\n");
102 AcpiOsPrintf ("%6.4X: ", (BaseOffset + i));
112 AcpiOsPrintf ("%*s", ((Display * 2) + 1), " ");
122 AcpiOsPrintf ("%02X ", Buffer[(ACPI_SIZE) i + j]);
128 AcpiOsPrintf ("%04X ", Temp32);
134 AcpiOsPrintf ("%08X ", Temp32);
140 AcpiOsPrintf ("%08X", Temp32);
143 AcpiOsPrintf ("%08X ", Temp32);
154 AcpiOsPrintf (" ");
159 AcpiOsPrintf ("\
[all...]
H A Duterror.c101 AcpiOsPrintf (ACPI_MSG_WARNING "%s: ", Pathname);
150 AcpiOsPrintf (ACPI_MSG_INFO "%s: ", Pathname);
199 AcpiOsPrintf (ACPI_MSG_BIOS_ERROR "%s: ", Pathname);
236 AcpiOsPrintf (ACPI_MSG_ERROR);
243 AcpiOsPrintf ("[0x%.8X] (NON-ASCII)", BadName);
256 AcpiOsPrintf ("[%s]", Name);
260 AcpiOsPrintf ("[COULD NOT EXTERNALIZE NAME]");
269 AcpiOsPrintf (" Namespace lookup failure, %s",
308 AcpiOsPrintf (ACPI_MSG_ERROR);
316 AcpiOsPrintf ("[Coul
[all...]
H A Dutxferror.c83 AcpiOsPrintf (ACPI_MSG_ERROR);
124 AcpiOsPrintf (ACPI_MSG_EXCEPTION "%s, ", AcpiFormatException (Status));
162 AcpiOsPrintf (ACPI_MSG_WARNING);
208 AcpiOsPrintf (ACPI_MSG_INFO);
212 AcpiOsPrintf ("\n");
247 AcpiOsPrintf (ACPI_MSG_BIOS_ERROR);
286 AcpiOsPrintf (ACPI_MSG_BIOS_WARNING);
/freebsd-10.1-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsdump.c128 AcpiOsPrintf ("%c", Pathname[i]) :
129 AcpiOsPrintf ("?");
136 AcpiOsPrintf (".");
140 AcpiOsPrintf ("]\n");
181 AcpiOsPrintf ("\n");
257 AcpiOsPrintf ("%2d%*s", (UINT32) Level - 1, (int) Level * 2, " ");
266 AcpiOsPrintf ("%4.4s", AcpiUtGetNodeName (ThisNode));
271 AcpiOsPrintf (" %-12s %p %2.2X ",
283 AcpiOsPrintf ("(T) ");
302 AcpiOsPrintf ("<N
[all...]
/freebsd-10.1-release/sys/contrib/dev/acpica/common/
H A Ddmtable.c431 AcpiOsPrintf ("\n/*\n%s: Length %d (0x%X)\n\n",
435 AcpiOsPrintf (" */\n");
468 AcpiOsPrintf ("\n");
477 AcpiOsPrintf ("\n**** OEM-defined ACPI table [%4.4s], unknown contents\n\n",
482 AcpiOsPrintf ("\n**** Unknown ACPI table type [%4.4s]\n\n",
506 AcpiOsPrintf ("\n%s: Length %d (0x%X)\n\n",
549 AcpiOsPrintf ("[%.4d] %34s : ", ByteLength, Name);
555 AcpiOsPrintf ("%41s : ", Name);
559 AcpiOsPrintf ("%41s ", Name);
567 AcpiOsPrintf ("[
[all...]
H A Dadisasm.c319 AcpiOsPrintf ("Could not parse external ACPI tables, %s\n",
354 AcpiOsPrintf ("Could not get ACPI tables, %s\n",
369 AcpiOsPrintf ("Could not get DSDT, %s\n",
374 AcpiOsPrintf ("\nDisassembly of DSDT\n");
409 AcpiOsPrintf (" * ACPI Data Table [%4.4s]\n *\n",
411 AcpiOsPrintf (" * Format: [HexOffset DecimalOffset ByteLength] "
427 AcpiOsPrintf ("Could not parse ACPI tables, %s\n",
434 AcpiOsPrintf ("/**** Before second load\n");
438 AcpiOsPrintf ("*****/\n");
497 AcpiOsPrintf ("Coul
[all...]
/freebsd-10.1-release/sys/contrib/dev/acpica/components/resources/
H A Drsdump.c164 AcpiOsPrintf ("%s Resource\n", Name);
306 AcpiOsPrintf ("**** Invalid table opcode [%X] ****\n",
437 AcpiOsPrintf ("\n[%02X] ", Count);
445 AcpiOsPrintf (
455 AcpiOsPrintf (
519 AcpiOsPrintf ("\n[%02X] PCI IRQ Routing Table Package\n", Count);
547 AcpiOsPrintf ("%27s : %s", Title, Value);
550 AcpiOsPrintf ("[NULL NAMESTRING]");
552 AcpiOsPrintf ("\n");
560 AcpiOsPrintf ("
[all...]

Completed in 175 milliseconds

123