iPXE
Data Fields
fdt_descriptor Struct Reference

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

Detailed Description

A device tree token descriptor.

Definition at line 120 of file fdt.h.

Field Documentation

◆ offset

unsigned int fdt_descriptor::offset

Offset within structure block.

Definition at line 122 of file fdt.h.

◆ next

unsigned int fdt_descriptor::next

Next offset within structure block.

Definition at line 124 of file fdt.h.

◆ name

const char* fdt_descriptor::name

Node or property name (if applicable)

Definition at line 126 of file fdt.h.

◆ data

const void* fdt_descriptor::data

Property data (if applicable)

Definition at line 128 of file fdt.h.

Referenced by fdt_set().

◆ len

size_t fdt_descriptor::len

Length of property data (if applicable)

Definition at line 130 of file fdt.h.

◆ depth

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().


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