|
PatchworkOS
|
Data for an argument object. More...
#include <object.h>
Data Fields | |
| AML_OBJECT_COMMON_HEADER | |
| aml_object_t * | value |
| The object that was passed as the argument. | |
Data for an argument object.
Arguments are disgusting but the way passing arguments work is described in section 5.5.2.3 of the ACPI specification.
| aml_object_t* aml_arg_obj_t::value |
The object that was passed as the argument.
Definition at line 407 of file object.h.
Referenced by aml_convert_source(), aml_copy_object(), aml_def_size_of_read(), aml_object_clear(), and aml_store().