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 243 ACPI_ERROR ((AE_INFO, "No object attached to node [%4.4s] %p",
258 ACPI_ERROR ((AE_INFO, "Object not a Package, type %s",
277 ACPI_ERROR ((AE_INFO, "Object not a Buffer, type %s",
296 ACPI_ERROR ((AE_INFO, "Object not a String, type %s",
311 ACPI_ERROR ((AE_INFO, "Object not a Integer, type %s",
352 ACPI_ERROR ((AE_INFO,
375 ACPI_ERROR ((AE_INFO,
387 ACPI_ERROR ((AE_INFO,
exresop.c 219 ACPI_ERROR ((AE_INFO,
280 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
301 ACPI_ERROR ((AE_INFO, "Null stack entry at %p",
345 ACPI_ERROR ((AE_INFO,
378 ACPI_ERROR ((AE_INFO,
391 ACPI_ERROR ((AE_INFO, "Invalid descriptor %p [%s]",
550 ACPI_ERROR ((AE_INFO,
577 ACPI_ERROR ((AE_INFO,
605 ACPI_ERROR ((AE_INFO,
635 ACPI_ERROR ((AE_INFO
    [all...]
exmisc.c 218 ACPI_ERROR ((AE_INFO, "Invalid Reference Class 0x%2.2X",
233 ACPI_ERROR ((AE_INFO, "Invalid descriptor type 0x%X",
404 ACPI_ERROR ((AE_INFO,
491 ACPI_ERROR ((AE_INFO,
543 ACPI_ERROR ((AE_INFO,
623 ACPI_ERROR ((AE_INFO,
exresolv.c 199 ACPI_ERROR ((AE_INFO, "Internal - null pointer"));
218 ACPI_ERROR ((AE_INFO, "Internal - null pointer"));
345 ACPI_ERROR ((AE_INFO,
357 ACPI_ERROR ((AE_INFO,
397 ACPI_ERROR ((AE_INFO,
510 ACPI_ERROR ((AE_INFO,
558 ACPI_ERROR ((AE_INFO,
655 ACPI_ERROR ((AE_INFO,
exstore.c 215 ACPI_ERROR ((AE_INFO, "Null parameter"));
257 ACPI_ERROR ((AE_INFO,
313 ACPI_ERROR ((AE_INFO, "Unknown Reference Class 0x%2.2X",
467 ACPI_ERROR ((AE_INFO,
479 ACPI_ERROR ((AE_INFO,
578 ACPI_ERROR ((AE_INFO,
598 ACPI_ERROR ((AE_INFO,
exoparg3.c 249 ACPI_ERROR ((AE_INFO, "Executed External Op"));
255 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
393 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
exoparg6.c 357 ACPI_ERROR ((AE_INFO, "Match operator out of range"));
367 ACPI_ERROR ((AE_INFO,
440 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
exnames.c 224 ACPI_ERROR ((AE_INFO,
308 ACPI_ERROR ((AE_INFO, "Invalid leading digit: %c", CharBuf[0]));
358 ACPI_ERROR ((AE_INFO,
567 ACPI_ERROR ((AE_INFO,
exserial.c 335 ACPI_ERROR ((AE_INFO,
344 ACPI_ERROR ((AE_INFO,
447 ACPI_ERROR ((AE_INFO,
475 ACPI_ERROR ((AE_INFO,
exutils.c 211 ACPI_ERROR ((AE_INFO, "Could not acquire AML Interpreter mutex"));
216 ACPI_ERROR ((AE_INFO, "Could not acquire AML Namespace mutex"));
259 ACPI_ERROR ((AE_INFO, "Could not release AML Namespace mutex"));
264 ACPI_ERROR ((AE_INFO, "Could not release AML Interpreter mutex"));
exoparg1.c 229 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
316 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
365 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
498 ACPI_ERROR ((AE_INFO,
556 ACPI_ERROR ((AE_INFO,
695 ACPI_ERROR ((AE_INFO,
703 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
935 ACPI_ERROR ((AE_INFO,
1176 ACPI_ERROR ((AE_INFO,
1232 ACPI_ERROR ((AE_INFO
    [all...]
exmutex.c 376 ACPI_ERROR ((AE_INFO,
388 ACPI_ERROR ((AE_INFO,
539 ACPI_ERROR ((AE_INFO,
549 ACPI_ERROR ((AE_INFO,
562 ACPI_ERROR ((AE_INFO,
579 ACPI_ERROR ((AE_INFO,
exoparg2.c 234 ACPI_ERROR ((AE_INFO,
254 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
327 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
559 ACPI_ERROR ((AE_INFO,
593 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
715 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
  /src/sys/external/bsd/acpica/dist/utilities/
utownerid.c 192 ACPI_ERROR ((AE_INFO,
274 ACPI_ERROR ((AE_INFO,
318 ACPI_ERROR ((AE_INFO, "Invalid OwnerId: 0x%3.3X", OwnerId));
347 ACPI_ERROR ((AE_INFO,
utobject.c 393 ACPI_ERROR ((AE_INFO, "Could not allocate size %u",
453 ACPI_ERROR ((AE_INFO, "Could not allocate size %u",
551 ACPI_ERROR ((ModuleName, LineNumber,
591 ACPI_ERROR ((AE_INFO,
654 ACPI_ERROR ((AE_INFO,
711 ACPI_ERROR ((AE_INFO, "Cannot convert to external object - "
722 ACPI_ERROR ((AE_INFO, "Cannot convert to external object - "
utexcep.c 192 ACPI_ERROR ((AE_INFO,
utmutex.c 398 ACPI_ERROR ((AE_INFO,
406 ACPI_ERROR ((AE_INFO,
475 ACPI_ERROR ((AE_INFO,
502 ACPI_ERROR ((AE_INFO,
  /src/sys/external/bsd/acpica/dist/hardware/
hwacpi.c 198 ACPI_ERROR ((AE_INFO, "No SMI_CMD in FADT, mode transition failed"));
211 ACPI_ERROR ((AE_INFO,
268 ACPI_ERROR ((AE_INFO, "Hardware did not change modes"));
  /src/sys/external/bsd/acpica/dist/dispatcher/
dswstate.c 204 ACPI_ERROR ((AE_INFO, "No results on result stack"));
210 ACPI_ERROR ((AE_INFO, "No result state for result stack"));
218 ACPI_ERROR ((AE_INFO, "Result stack is empty! State=%p", WalkState));
230 ACPI_ERROR ((AE_INFO, "No result objects on result stack, State=%p",
282 ACPI_ERROR ((AE_INFO, "Result stack is full"));
292 ACPI_ERROR ((AE_INFO, "Failed to extend the result stack"));
299 ACPI_ERROR ((AE_INFO, "No free elements in result stack"));
306 ACPI_ERROR ((AE_INFO, "No result stack frame during push"));
312 ACPI_ERROR ((AE_INFO,
359 ACPI_ERROR ((AE_INFO, "Result stack overflow: State=%p Num=%u"
    [all...]
dsmthdat.c 402 ACPI_ERROR ((AE_INFO,
417 ACPI_ERROR ((AE_INFO,
430 ACPI_ERROR ((AE_INFO, "Type %u is invalid", Type));
533 ACPI_ERROR ((AE_INFO, "Null object descriptor pointer"));
580 ACPI_ERROR ((AE_INFO,
595 ACPI_ERROR ((AE_INFO, "Not a Arg/Local opcode: 0x%X", Type));
  /src/sys/external/bsd/acpica/dist/resources/
rslist.c 232 ACPI_ERROR ((AE_INFO,
309 ACPI_ERROR ((AE_INFO,
319 ACPI_ERROR ((AE_INFO,
348 ACPI_ERROR ((AE_INFO,
rscreate.c 416 ACPI_ERROR ((AE_INFO,
434 ACPI_ERROR ((AE_INFO,
447 ACPI_ERROR ((AE_INFO, "(PRT[%u].Pin) Need Integer, found %s",
467 ACPI_ERROR ((AE_INFO,
517 ACPI_ERROR ((AE_INFO,
533 ACPI_ERROR ((AE_INFO,
  /src/sys/external/bsd/acpica/dist/tables/
tbxfroot.c 287 ACPI_ERROR ((AE_INFO,
327 ACPI_ERROR ((AE_INFO,
359 ACPI_ERROR ((AE_INFO,
  /src/sys/external/bsd/acpica/dist/events/
evxfevnt.c 213 ACPI_ERROR ((AE_INFO, "Could not transition to ACPI mode"));
269 ACPI_ERROR ((AE_INFO,
346 ACPI_ERROR ((AE_INFO,
417 ACPI_ERROR ((AE_INFO,
evglock.c 217 ACPI_ERROR ((AE_INFO,
307 ACPI_ERROR ((AE_INFO, "Could not signal Global Lock semaphore"));

Completed in 27 milliseconds

1 2 3 4