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

Data for an unresolved object. More...

#include <object.h>

Data Fields

 AML_OBJECT_COMMON_HEADER
 
aml_name_string_t nameString
 The NameString representing the path to the target object.
 
aml_object_tfrom
 The object to start the search from when resolving the reference.
 
aml_patch_up_resolve_callback_t callback
 The callback to call when a matching object is found.
 

Detailed Description

Data for an unresolved object.

Definition at line 389 of file object.h.

Field Documentation

◆ AML_OBJECT_COMMON_HEADER

aml_unresolved_obj_t::AML_OBJECT_COMMON_HEADER

Definition at line 391 of file object.h.

◆ callback

aml_patch_up_resolve_callback_t aml_unresolved_obj_t::callback

The callback to call when a matching object is found.

Definition at line 394 of file object.h.

Referenced by aml_patch_up_resolve_all().

◆ from

aml_object_t* aml_unresolved_obj_t::from

The object to start the search from when resolving the reference.

Definition at line 393 of file object.h.

Referenced by aml_object_clear(), and aml_patch_up_resolve_all().

◆ nameString

aml_name_string_t aml_unresolved_obj_t::nameString

The NameString representing the path to the target object.

Definition at line 392 of file object.h.

Referenced by aml_patch_up_resolve_all(), and aml_unresolved_set().


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