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

Represents the NamePath, DualNamePath, MultiNamePath and NullPath structures. More...

#include <name.h>

Data Fields

uint64_t segmentCount
 Number of segments in the name path.
 
aml_name_seg_tsegments
 Array of segments in the name path.
 

Detailed Description

Represents the NamePath, DualNamePath, MultiNamePath and NullPath structures.

Definition at line 76 of file name.h.

Field Documentation

◆ segmentCount

uint64_t aml_name_path_t::segmentCount

Number of segments in the name path.

Definition at line 78 of file name.h.

Referenced by aml_name_path_read(), aml_name_string_to_string(), aml_namespace_add_by_name_string(), and aml_namespace_find_by_name_string().

◆ segments

aml_name_seg_t* aml_name_path_t::segments

Array of segments in the name path.

Definition at line 79 of file name.h.

Referenced by aml_name_path_read(), aml_name_string_to_string(), aml_namespace_add_by_name_string(), and aml_namespace_find_by_name_string().


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