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
unsigned bits
 real bitmap length in bits
unsigned not_empty:1
 at least 1 bit is set
str_list_tstr
 interpreted bitmask

Detailed Description

Bitmap data type.


Field Documentation

unsigned char hd_bitmap_t::bitmap[16]

large enough for all uses

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

real bitmap length in bits

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

at least 1 bit is set

Referenced by smbios_bitmap2str(), and smbios_bitmap_print().

interpreted bitmask

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


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