Searched defs:smbios_hdl (Results 1 – 1 of 1) sorted by relevance
460 struct smbios_hdl { struct461 smbios_entry_point_t sh_ent_type; /* structure table entry point type */462 smbios_entry_t sh_ent; /* structure table entry point */463 uint_t sh_ent_stnum; /* number of structure table entries */464 const void *sh_buf; /* structure table buffer */465 size_t sh_buflen; /* size of structure table buffer */466 smb_struct_t *sh_structs; /* array of structure descriptors */467 uint_t sh_nstructs; /* number of active structures */468 smb_struct_t **sh_hash; /* hash bucket array for descriptors */469 uint_t sh_hashlen; /* hash bucket array length */[all …]