Public Attributes | |
| union { | |
| struct { | |
| guint8 indirect: 1 | |
| guint8 referenced: 1 | |
| } | |
| guint8 flags | |
| }; | |
| guint8 | name_len |
| guint16 | alloc_len |
| union { | |
| struct { | |
| guint16 value_len | |
| gchar data [0] | |
| } vdirect | |
| struct { | |
| guint16 handle | |
| guint16 ofs | |
| guint16 len | |
| guint8 type | |
| gchar name [0] | |
| } vindirect | |
| }; | |
| union { ... } |
| union { ... } |
| guint16 OldNVEntry::alloc_len |
| gchar OldNVEntry::data[0] |
| guint8 OldNVEntry::flags |
| guint16 OldNVEntry::handle |
| guint8 OldNVEntry::indirect |
| guint16 OldNVEntry::len |
| gchar OldNVEntry::name[0] |
| guint8 OldNVEntry::name_len |
| guint16 OldNVEntry::ofs |
| guint8 OldNVEntry::referenced |
| guint8 OldNVEntry::type |
| guint16 OldNVEntry::value_len |
| struct { ... } OldNVEntry::vdirect |
| struct { ... } OldNVEntry::vindirect |