libhd  5.0
Data Fields
hd_bitmap_t Struct Reference

Bitmap data type. More...

#include <hd.h>

Data Fields

unsigned char bitmap [16]
 large enough for all uses More...
 
unsigned bits
 real bitmap length in bits More...
 
unsigned not_empty:1
 at least 1 bit is set More...
 
str_list_tstr
 interpreted bitmask More...
 

Detailed Description

Bitmap data type.

Field Documentation

◆ bitmap

unsigned char hd_bitmap_t::bitmap[16]

large enough for all uses

Referenced by smbios_bitmap2str(), smbios_bitmap_print(), and smbios_parse().

◆ bits

unsigned hd_bitmap_t::bits

real bitmap length in bits

Referenced by smbios_bitmap2str(), smbios_bitmap_print(), and smbios_parse().

◆ not_empty

unsigned hd_bitmap_t::not_empty

at least 1 bit is set

Referenced by smbios_bitmap2str(), and smbios_bitmap_print().

◆ str

str_list_t* hd_bitmap_t::str

interpreted bitmask

Referenced by smbios_bitmap2str(), smbios_bitmap_print(), and smbios_free().


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