iPXE
|
iSCSI string buffer More...
Data Fields | |
char * | data |
Strings data. More... | |
size_t | start |
Starting offset of strings. More... | |
size_t | len |
Total length. More... | |
iSCSI string buffer
This is an internal structure that we use to keep track of the allocation of string data.
char* ibft_strings::data |
Strings data.
Definition at line 70 of file ibft.c.
Referenced by ibft_alloc_string(), ibft_install(), and ibft_string().
size_t ibft_strings::start |
Starting offset of strings.
Definition at line 72 of file ibft.c.
Referenced by ibft_alloc_string(), ibft_install(), and ibft_string().
size_t ibft_strings::len |
Total length.
Definition at line 74 of file ibft.c.
Referenced by ibft_alloc_string(), and ibft_install().