Home
last modified time | relevance | path

Searched refs:ESMB_SHORT (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_fwinfo.c151 "0x%x, found: 0x%x", ESMB_SHORT, smbios_errno(hdl)); in smbios_test_fwinfo_verify_badtype()
176 if (smbios_errno(hdl) != ESMB_SHORT) { in smbios_test_fwinfo_verify_invlen_base()
178 "0x%x, found: 0x%x", ESMB_SHORT, smbios_errno(hdl)); in smbios_test_fwinfo_verify_invlen_base()
359 if (smbios_errno(hdl) != ESMB_SHORT) { in smbios_test_fwinfo_verify_invlen_comps()
361 "0x%x, found: 0x%x", ESMB_SHORT, smbios_errno(hdl)); in smbios_test_fwinfo_verify_invlen_comps()
H A Dsmbios_test_addinfo.c286 if (smbios_errno(hdl) != ESMB_SHORT) { in smbios_test_addinfo_verify_invlen_base()
288 "0x%x, found: 0x%x", ESMB_SHORT, smbios_errno(hdl)); in smbios_test_addinfo_verify_invlen_base()
332 } else if (smbios_errno(hdl) != ESMB_SHORT) { in smbios_test_addinfo_verify_invlen_ent()
334 "0x%x, found: 0x%x", ESMB_SHORT, smbios_errno(hdl)); in smbios_test_addinfo_verify_invlen_ent()
399 } else if (smbios_errno(hdl) != ESMB_SHORT) { in smbios_test_addinfo_verify_invlen_multient()
401 "0x%x, found: 0x%x", ESMB_SHORT, smbios_errno(hdl)); in smbios_test_addinfo_verify_invlen_multient()
H A Dsmbios_test_extmemdevice.c143 if (smbios_errno(hdl) != ESMB_SHORT) { in smbios_test_extmem_verify_invlen_cs()
145 "found: 0x%x", ESMB_SHORT, smbios_errno(hdl)); in smbios_test_extmem_verify_invlen_cs()
H A Dsmbios_test_chassis.c178 if (smbios_errno(hdl) != ESMB_SHORT) { in smbios_test_chassis_verify_invlen()
180 "0x%x, found: 0x%x", ESMB_SHORT, smbios_errno(hdl)); in smbios_test_chassis_verify_invlen()
H A Dsmbios_test_pinfo.c527 return (smbios_test_pinfo_verify_badtable(hdl, ESMB_SHORT, B_FALSE)); in smbios_test_pinfo_verify_invlen1()
539 return (smbios_test_pinfo_verify_badtable(hdl, ESMB_SHORT, B_TRUE)); in smbios_test_pinfo_verify_invlen3()
H A Dsmbios_test_strprop.c134 return (smbios_test_strprop_verify_badtable(hdl, ESMB_SHORT)); in smbios_test_strprop_verify_invlen1()
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c542 return (smb_set_errno(shp, ESMB_SHORT)); in smbios_info_chassis()
585 return (smb_set_errno(shp, ESMB_SHORT)); in smbios_info_chassis()
621 return (smb_set_errno(shp, ESMB_SHORT)); in smbios_info_chassis_elts()
637 return (smb_set_errno(shp, ESMB_SHORT)); in smbios_info_chassis_elts()
919 return (smb_set_errno(shp, ESMB_SHORT)); in smbios_info_slot_peers()
1612 return (smb_set_errno(shp, ESMB_SHORT)); in smbios_info_extmemdevice_cs()
1651 return (smb_set_errno(shp, ESMB_SHORT)); in smbios_info_powersup()
1703 return (smb_set_errno(shp, ESMB_SHORT)); in smbios_info_vprobe()
1738 return (smb_set_errno(shp, ESMB_SHORT)); in smbios_info_cooldev()
1785 return (smb_set_errno(shp, ESMB_SHORT)); in smbios_info_tprobe()
[all …]
H A Dsmb_open.c101 return (ESMB_SHORT); in smbios_bufopen_21()
158 return (ESMB_SHORT); in smbios_bufopen_30()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h827 ESMB_SHORT, /* buffer length doesn't match header */ enumerator