Home
last modified time | relevance | path

Searched defs:smbios_hdl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h786 struct smbios_hdl { struct
788 smbios_entry_t sh_ent; /* structure table entry point */
789 uint_t sh_ent_stnum; /* number of structure table entries */
790 const void *sh_buf; /* structure table buffer */
791 size_t sh_buflen; /* size of structure table buffer */
793 uint_t sh_nstructs; /* number of active structures */
795 uint_t sh_hashlen; /* hash bucket array length */
796 int sh_err; /* error code for smbios_errno() */
797 int sh_libvers; /* library client abi version */
798 int sh_smbvers; /* derived underlying format version */
[all …]