|
PatchworkOS
|
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_t * | from |
| 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. | |
| 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().
| 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().
| 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().