Searched defs:smhdl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu.c658 smbios_hdl_t *smhdl; local
670 smhdl = smbios_open(NULL, SMB_VERSION, ksmbios_flags, NULL);
671 if (smhdl == NULL ||
672 (smid = smbios_info_system(smhdl, &smsys)) == SMB_ERR ||
673 smbios_info_common(smhdl, smid, &sminf) == SMB_ERR) {
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c735 smbios_hdl_t *smhdl = NULL; local
743 smhdl = smbios_open(NULL, SMB_VERSION, ksmbios_flags, NULL);
744 if (smhdl == NULL ||
745 ((smid = smbios_info_system(smhdl, &smsys)) == SMB_ERR) ||
746 (smbios_info_common(smhdl, smid, &sminfo) == SMB_ERR)) {
760 if (smhdl != NULL)
761 smbios_close(smhdl);

Completed in 146 milliseconds