|
PatchworkOS
a7b3d61
A non-POSIX operating system.
|
Debug Objects Encoding. More...
Debug Objects Encoding.
Functions | |
| aml_object_t * | aml_debug_obj_read (aml_term_list_ctx_t *ctx) |
| Reads a DebugObj structure from the AML byte stream. | |
| aml_object_t * aml_debug_obj_read | ( | aml_term_list_ctx_t * | ctx | ) |
Reads a DebugObj structure from the AML byte stream.
A DebugObj structure is defined as DebugObj := DebugOp.
DebugObj's are used to output debug information about objects. When a DebugObj is writen to, the source object is printed to the kernel log. Its just a weird print statement.
| ctx | The context of the TermList that this structure is part of. |
NULL and errno is set. Definition at line 6 of file debug.c.