PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
aml_name_path_t Struct Reference

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

#include <name.h>

Collaboration diagram for aml_name_path_t:

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.

◆ 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.


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