iPXE
Data Fields
fdt_descriptor Struct Reference

A lexical descriptor. More...

Data Fields

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

Detailed Description

A lexical descriptor.

Definition at line 51 of file fdt.c.

Field Documentation

◆ name

const char* fdt_descriptor::name

Node or property name (if applicable)

Definition at line 53 of file fdt.c.

◆ data

const void* fdt_descriptor::data

Property data (if applicable)

Definition at line 55 of file fdt.c.

◆ len

size_t fdt_descriptor::len

Length of property data (if applicable)

Definition at line 57 of file fdt.c.


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