PatchworkOS
Loading...
Searching...
No Matches
aml_arg_obj_t Struct Reference

Data for an argument object. More...

#include <object.h>

Data Fields

 AML_OBJECT_COMMON_HEADER
 
aml_object_tvalue
 The object that was passed as the argument.
 

Detailed Description

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.

Definition at line 404 of file object.h.

Field Documentation

◆ AML_OBJECT_COMMON_HEADER

aml_arg_obj_t::AML_OBJECT_COMMON_HEADER

Definition at line 406 of file object.h.

◆ value

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().


The documentation for this struct was generated from the following file: