Lines Matching refs:exmd
1588 smb_memdevice_ext_t exmd; in smbios_info_extmemdevice() local
1596 smb_info_bcopy(stp->smbst_hdr, &exmd, sizeof (exmd)); in smbios_info_extmemdevice()
1599 emdp->smbmdeve_md = exmd.smbmdeve_mdev; in smbios_info_extmemdevice()
1600 emdp->smbmdeve_drch = exmd.smbmdeve_dchan; in smbios_info_extmemdevice()
1601 emdp->smbmdeve_ncs = exmd.smbmdeve_ncs; in smbios_info_extmemdevice()
1611 smb_memdevice_ext_t exmd; in smbios_info_extmemdevice_cs() local
1621 smb_info_bcopy(stp->smbst_hdr, &exmd, sizeof (exmd)); in smbios_info_extmemdevice_cs()
1622 if (exmd.smbmdeve_ncs == 0) { in smbios_info_extmemdevice_cs()
1628 size = exmd.smbmdeve_ncs * sizeof (*exmd.smbmdeve_cs); in smbios_info_extmemdevice_cs()
1630 if (stp->smbst_hdr->smbh_len < sizeof (exmd) + size) in smbios_info_extmemdevice_cs()
1636 smb_info_bcopy_offset(stp->smbst_hdr, buf, size, sizeof (exmd)); in smbios_info_extmemdevice_cs()
1638 *ncsp = exmd.smbmdeve_ncs; in smbios_info_extmemdevice_cs()