iPXE
|
A bitmap. More...
#include <bitmap.h>
Data Fields | |
bitmap_block_t * | blocks |
Bitmap data. More... | |
unsigned int | length |
Length of the bitmap, in bits. More... | |
unsigned int | first_gap |
Index of first gap in the bitmap. More... | |
bitmap_block_t* bitmap::blocks |
Bitmap data.
Definition at line 41 of file bitmap.h.
Referenced by bitmap_free(), bitmap_resize(), bitmap_set(), and bitmap_test().
unsigned int bitmap::length |
Length of the bitmap, in bits.
Definition at line 43 of file bitmap.h.
Referenced by bitmap_full(), bitmap_resize(), and bitmap_test().
unsigned int bitmap::first_gap |
Index of first gap in the bitmap.
Definition at line 45 of file bitmap.h.
Referenced by bitmap_first_gap(), bitmap_full(), and bitmap_set().