#include <ibft.h>
Data Fields | |
| struct ibft_table * | table |
| The iBFT containing these strings. | |
| unsigned int | offset |
| Offset of first free byte within iBFT. | |
This is an internal structure that we use to keep track of the allocation of string data.
Definition at line 269 of file ibft.h.
struct ibft_table* ibft_string_block::table [read] |
The iBFT containing these strings.
Definition at line 271 of file ibft.h.
Referenced by ibft_alloc_string(), ibft_fill_data(), ibft_set_string(), ibft_set_string_option(), and ibft_string().
| unsigned int ibft_string_block::offset |
Offset of first free byte within iBFT.
Definition at line 273 of file ibft.h.
Referenced by ibft_alloc_string().
1.5.7.1