|
PatchworkOS
|
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_t * | segments |
| Array of segments in the name path. | |
Represents the NamePath, DualNamePath, MultiNamePath and NullPath structures.
| 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().
| 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().