iPXE
Data Fields
bitmap Struct Reference

A bitmap. More...

#include <bitmap.h>

Data Fields

bitmap_block_tblocks
 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...
 

Detailed Description

A bitmap.

Definition at line 39 of file bitmap.h.

Field Documentation

◆ blocks

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().

◆ length

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().

◆ first_gap

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().


The documentation for this struct was generated from the following file: