smb_zalloc
smbios_hdl_t *shp = smb_zalloc(sizeof (smbios_hdl_t));
shp->sh_hash = smb_zalloc(sizeof (smb_struct_t *) * shp->sh_hashlen);
extern void *smb_zalloc(size_t);