Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c1569 smb_memdevice_ext_t exmd; in smbios_info_extmemdevice() local
1577 smb_info_bcopy(stp->smbst_hdr, &exmd, sizeof (exmd)); in smbios_info_extmemdevice()
1580 emdp->smbmdeve_md = exmd.smbmdeve_mdev; in smbios_info_extmemdevice()
1581 emdp->smbmdeve_drch = exmd.smbmdeve_dchan; in smbios_info_extmemdevice()
1582 emdp->smbmdeve_ncs = exmd.smbmdeve_ncs; in smbios_info_extmemdevice()
1592 smb_memdevice_ext_t exmd; in smbios_info_extmemdevice_cs() local
1602 smb_info_bcopy(stp->smbst_hdr, &exmd, sizeof (exmd)); in smbios_info_extmemdevice_cs()
1603 if (exmd.smbmdeve_ncs == 0) { in smbios_info_extmemdevice_cs()
1609 size = exmd.smbmdeve_ncs * sizeof (*exmd.smbmdeve_cs); in smbios_info_extmemdevice_cs()
1611 if (stp->smbst_hdr->smbh_len < sizeof (exmd) + size) in smbios_info_extmemdevice_cs()
[all …]