#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_t * | str |
interpreted bitmask |
unsigned char hd_bitmap_t::bitmap[16] |
large enough for all uses
Referenced by smbios_bitmap2str(), smbios_bitmap_print(), and smbios_parse().
unsigned hd_bitmap_t::bits |
real bitmap length in bits
Referenced by smbios_bitmap2str(), smbios_bitmap_print(), and smbios_parse().
unsigned hd_bitmap_t::not_empty |