HomeSort by: relevance | last modified time | path
    Searched refs:ACPI_ERROR (Results 1 - 25 of 97) sorted by relevancy

1 2 3 4

  /src/sys/external/bsd/acpica/dist/executer/
exresnte.c 135 ACPI_ERROR ((AE_INFO, "No object attached to node [%4.4s] %p",
150 ACPI_ERROR ((AE_INFO, "Object not a Package, type %s",
169 ACPI_ERROR ((AE_INFO, "Object not a Buffer, type %s",
188 ACPI_ERROR ((AE_INFO, "Object not a String, type %s",
203 ACPI_ERROR ((AE_INFO, "Object not a Integer, type %s",
244 ACPI_ERROR ((AE_INFO,
267 ACPI_ERROR ((AE_INFO,
279 ACPI_ERROR ((AE_INFO,
exresop.c 111 ACPI_ERROR ((AE_INFO,
172 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
193 ACPI_ERROR ((AE_INFO, "Null stack entry at %p",
237 ACPI_ERROR ((AE_INFO,
270 ACPI_ERROR ((AE_INFO,
283 ACPI_ERROR ((AE_INFO, "Invalid descriptor %p [%s]",
442 ACPI_ERROR ((AE_INFO,
469 ACPI_ERROR ((AE_INFO,
497 ACPI_ERROR ((AE_INFO,
527 ACPI_ERROR ((AE_INFO
    [all...]
exmisc.c 109 ACPI_ERROR ((AE_INFO, "Invalid Reference Class 0x%2.2X",
124 ACPI_ERROR ((AE_INFO, "Invalid descriptor type 0x%X",
295 ACPI_ERROR ((AE_INFO,
382 ACPI_ERROR ((AE_INFO,
434 ACPI_ERROR ((AE_INFO,
514 ACPI_ERROR ((AE_INFO,
exresolv.c 91 ACPI_ERROR ((AE_INFO, "Internal - null pointer"));
110 ACPI_ERROR ((AE_INFO, "Internal - null pointer"));
237 ACPI_ERROR ((AE_INFO,
249 ACPI_ERROR ((AE_INFO,
289 ACPI_ERROR ((AE_INFO,
402 ACPI_ERROR ((AE_INFO,
450 ACPI_ERROR ((AE_INFO,
547 ACPI_ERROR ((AE_INFO,
exstore.c 107 ACPI_ERROR ((AE_INFO, "Null parameter"));
149 ACPI_ERROR ((AE_INFO,
205 ACPI_ERROR ((AE_INFO, "Unknown Reference Class 0x%2.2X",
359 ACPI_ERROR ((AE_INFO,
371 ACPI_ERROR ((AE_INFO,
470 ACPI_ERROR ((AE_INFO,
490 ACPI_ERROR ((AE_INFO,
exoparg3.c 134 ACPI_ERROR ((AE_INFO, "Executed External Op"));
140 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
272 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
exoparg6.c 248 ACPI_ERROR ((AE_INFO, "Match operator out of range"));
258 ACPI_ERROR ((AE_INFO,
331 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
exnames.c 116 ACPI_ERROR ((AE_INFO,
200 ACPI_ERROR ((AE_INFO, "Invalid leading digit: %c", CharBuf[0]));
250 ACPI_ERROR ((AE_INFO,
459 ACPI_ERROR ((AE_INFO,
exserial.c 227 ACPI_ERROR ((AE_INFO,
236 ACPI_ERROR ((AE_INFO,
339 ACPI_ERROR ((AE_INFO,
367 ACPI_ERROR ((AE_INFO,
exutils.c 103 ACPI_ERROR ((AE_INFO, "Could not acquire AML Interpreter mutex"));
108 ACPI_ERROR ((AE_INFO, "Could not acquire AML Namespace mutex"));
151 ACPI_ERROR ((AE_INFO, "Could not release AML Namespace mutex"));
156 ACPI_ERROR ((AE_INFO, "Could not release AML Interpreter mutex"));
exoparg1.c 121 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
208 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
257 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
390 ACPI_ERROR ((AE_INFO,
448 ACPI_ERROR ((AE_INFO,
587 ACPI_ERROR ((AE_INFO,
595 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
827 ACPI_ERROR ((AE_INFO,
1068 ACPI_ERROR ((AE_INFO,
1124 ACPI_ERROR ((AE_INFO
    [all...]
exmutex.c 268 ACPI_ERROR ((AE_INFO,
280 ACPI_ERROR ((AE_INFO,
431 ACPI_ERROR ((AE_INFO,
441 ACPI_ERROR ((AE_INFO,
454 ACPI_ERROR ((AE_INFO,
471 ACPI_ERROR ((AE_INFO,
exoparg2.c 126 ACPI_ERROR ((AE_INFO,
146 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
219 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
451 ACPI_ERROR ((AE_INFO,
485 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
607 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
  /src/sys/external/bsd/acpica/dist/utilities/
utownerid.c 84 ACPI_ERROR ((AE_INFO,
166 ACPI_ERROR ((AE_INFO,
210 ACPI_ERROR ((AE_INFO, "Invalid OwnerId: 0x%3.3X", OwnerId));
239 ACPI_ERROR ((AE_INFO,
utobject.c 285 ACPI_ERROR ((AE_INFO, "Could not allocate size %u",
345 ACPI_ERROR ((AE_INFO, "Could not allocate size %u",
443 ACPI_ERROR ((ModuleName, LineNumber,
483 ACPI_ERROR ((AE_INFO,
546 ACPI_ERROR ((AE_INFO,
603 ACPI_ERROR ((AE_INFO, "Cannot convert to external object - "
614 ACPI_ERROR ((AE_INFO, "Cannot convert to external object - "
utexcep.c 84 ACPI_ERROR ((AE_INFO,
utmutex.c 290 ACPI_ERROR ((AE_INFO,
298 ACPI_ERROR ((AE_INFO,
367 ACPI_ERROR ((AE_INFO,
394 ACPI_ERROR ((AE_INFO,
  /src/sys/external/bsd/acpica/dist/hardware/
hwacpi.c 90 ACPI_ERROR ((AE_INFO, "No SMI_CMD in FADT, mode transition failed"));
103 ACPI_ERROR ((AE_INFO,
160 ACPI_ERROR ((AE_INFO, "Hardware did not change modes"));
  /src/sys/external/bsd/acpica/dist/dispatcher/
dswstate.c 96 ACPI_ERROR ((AE_INFO, "No results on result stack"));
102 ACPI_ERROR ((AE_INFO, "No result state for result stack"));
110 ACPI_ERROR ((AE_INFO, "Result stack is empty! State=%p", WalkState));
122 ACPI_ERROR ((AE_INFO, "No result objects on result stack, State=%p",
174 ACPI_ERROR ((AE_INFO, "Result stack is full"));
184 ACPI_ERROR ((AE_INFO, "Failed to extend the result stack"));
191 ACPI_ERROR ((AE_INFO, "No free elements in result stack"));
198 ACPI_ERROR ((AE_INFO, "No result stack frame during push"));
204 ACPI_ERROR ((AE_INFO,
251 ACPI_ERROR ((AE_INFO, "Result stack overflow: State=%p Num=%u"
    [all...]
dsmthdat.c 294 ACPI_ERROR ((AE_INFO,
309 ACPI_ERROR ((AE_INFO,
322 ACPI_ERROR ((AE_INFO, "Type %u is invalid", Type));
425 ACPI_ERROR ((AE_INFO, "Null object descriptor pointer"));
472 ACPI_ERROR ((AE_INFO,
487 ACPI_ERROR ((AE_INFO, "Not a Arg/Local opcode: 0x%X", Type));
  /src/sys/external/bsd/acpica/dist/resources/
rslist.c 124 ACPI_ERROR ((AE_INFO,
201 ACPI_ERROR ((AE_INFO,
211 ACPI_ERROR ((AE_INFO,
240 ACPI_ERROR ((AE_INFO,
rscreate.c 308 ACPI_ERROR ((AE_INFO,
326 ACPI_ERROR ((AE_INFO,
339 ACPI_ERROR ((AE_INFO, "(PRT[%u].Pin) Need Integer, found %s",
359 ACPI_ERROR ((AE_INFO,
409 ACPI_ERROR ((AE_INFO,
425 ACPI_ERROR ((AE_INFO,
  /src/sys/external/bsd/acpica/dist/tables/
tbxfroot.c 179 ACPI_ERROR ((AE_INFO,
219 ACPI_ERROR ((AE_INFO,
251 ACPI_ERROR ((AE_INFO,
  /src/sys/external/bsd/acpica/dist/events/
evxfevnt.c 105 ACPI_ERROR ((AE_INFO, "Could not transition to ACPI mode"));
161 ACPI_ERROR ((AE_INFO,
238 ACPI_ERROR ((AE_INFO,
309 ACPI_ERROR ((AE_INFO,
evglock.c 109 ACPI_ERROR ((AE_INFO,
199 ACPI_ERROR ((AE_INFO, "Could not signal Global Lock semaphore"));

Completed in 34 milliseconds

1 2 3 4