iPXE
Data Fields
fdt_cursor Struct Reference

A position within a device tree. More...

Data Fields

unsigned int offset
 Offset within structure block. More...
 
int depth
 Tree depth. More...
 

Detailed Description

A position within a device tree.

Definition at line 43 of file fdt.c.

Field Documentation

◆ offset

unsigned int fdt_cursor::offset

Offset within structure block.

Definition at line 45 of file fdt.c.

Referenced by fdt_child(), fdt_property(), and fdt_traverse().

◆ depth

int fdt_cursor::depth

Tree depth.

Definition at line 47 of file fdt.c.

Referenced by fdt_child(), fdt_property(), and fdt_traverse().


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