|
iPXE
|
A device tree token descriptor. More...
#include <fdt.h>
Data Fields | |
| unsigned int | offset |
| Offset within structure block. More... | |
| unsigned int | next |
| Next offset within structure block. More... | |
| const char * | name |
| Node or property name (if applicable) More... | |
| const void * | data |
| Property data (if applicable) More... | |
| size_t | len |
| Length of property data (if applicable) More... | |
| int | depth |
| Depth change. More... | |
| unsigned int fdt_descriptor::offset |
| unsigned int fdt_descriptor::next |
| const char* fdt_descriptor::name |
| const void* fdt_descriptor::data |
| size_t fdt_descriptor::len |
| int fdt_descriptor::depth |
Depth change.
Definition at line 132 of file fdt.h.
Referenced by dt_probe_children(), fdt_child(), fdt_depth(), fdt_end(), fdt_parent(), and fdt_property().
1.8.15