Home
last modified time | relevance | path

Searched refs:smbsl_hdr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_slot.c35 slot->smbsl_hdr.smbh_type = SMB_TYPE_SLOT; in smbios_test_slot_fill()
36 slot->smbsl_hdr.smbh_len = sizeof (smb_slot_t); in smbios_test_slot_fill()
58 slot.smbsl_hdr.smbh_len += sizeof (peers); in smbios_test_slot_mktable()
95 slot.smbsl_hdr.smbh_len = SMB_SLOT_CONT_START + contlen; in smbios_test_slot_mktable_nopeers()
136 slot.smbsl_hdr.smbh_len = SMB_SLOT_CONT_START + 5 * slot.smbsl_npeers + in smbios_test_slot_mktable_34_peers()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h245 smb_header_t smbsl_hdr; /* structure header */ member