Searched refs:ent30 (Results 1 – 1 of 1) sorted by relevance
186 smbios_30_entry_t *ent30; in smbios_test_table_snapshot() local190 ent30 = &table->stt_entry.ep30; in smbios_test_table_snapshot()192 (void) memcpy(ent30->smbe_eanchor, SMB3_ENTRY_EANCHOR, in smbios_test_table_snapshot()193 sizeof (ent30->smbe_eanchor)); in smbios_test_table_snapshot()194 ent30->smbe_ecksum = 0; in smbios_test_table_snapshot()195 ent30->smbe_elen = sizeof (*ent30); in smbios_test_table_snapshot()196 ent30->smbe_major = (table->stt_version >> 8) & 0xff; in smbios_test_table_snapshot()197 ent30->smbe_minor = table->stt_version & 0xff; in smbios_test_table_snapshot()198 ent30->smbe_docrev = 0; in smbios_test_table_snapshot()199 ent30->smbe_revision = 1; in smbios_test_table_snapshot()[all …]