|
iPXE
|
An openable data blob. More...
Data Fields | |
| struct refcnt | refcnt |
| Reference count. | |
| struct interface | xfer |
| Data transfer interface. | |
| struct process | process |
| Download process. | |
| const void * | data |
| Data. | |
| size_t | len |
| Length of data. | |
| struct refcnt blob::refcnt |
| struct interface blob::xfer |
Data transfer interface.
Definition at line 49 of file blob.c.
Referenced by blob_close(), blob_open(), and blob_step().
| struct process blob::process |
Download process.
Definition at line 51 of file blob.c.
Referenced by blob_close(), and blob_open().
| const void* blob::data |
| size_t blob::len |