Lines Matching defs:smbios_hdl
422 struct smbios_hdl { struct
423 smbios_entry_t sh_ent; /* structure table entry point */
424 const void *sh_buf; /* structure table buffer */
425 size_t sh_buflen; /* size of structure table buffer */
426 smb_struct_t *sh_structs; /* array of structure descriptors */
427 uint_t sh_nstructs; /* number of active structures */
428 smb_struct_t **sh_hash; /* hash bucket array for descriptors */
429 uint_t sh_hashlen; /* hash bucket array length */
430 int sh_err; /* error code for smbios_errno() */
431 int sh_libvers; /* library client abi version */
432 int sh_smbvers; /* derived underlying format version */
433 uint_t sh_flags; /* miscellaneous flags (see below) */