iPXE
|
A lexical descriptor. More...
Data Fields | |
const char * | name |
Node or property name (if applicable) | |
const void * | data |
Property data (if applicable) | |
size_t | len |
Length of property data (if applicable) |
const char* fdt_descriptor::name |
Node or property name (if applicable)
Definition at line 53 of file fdt.c.
Referenced by fdt_child(), fdt_mac(), fdt_property(), and fdt_traverse().
const void* fdt_descriptor::data |
Property data (if applicable)
Definition at line 55 of file fdt.c.
Referenced by fdt_child(), fdt_mac(), fdt_property(), fdt_string(), and fdt_traverse().
Length of property data (if applicable)
Definition at line 57 of file fdt.c.
Referenced by fdt_mac(), fdt_property(), fdt_string(), and fdt_traverse().