Searched refs:smb_info_bcopy (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/smbios/ |
H A D | smb_info.c | 265 smb_info_bcopy(const smb_header_t *hp, void *dst, size_t dstlen) in smb_info_bcopy() function 492 smb_info_bcopy(stp->smbst_hdr, &si, sizeof (si)); in smbios_info_system() 516 smb_info_bcopy(stp->smbst_hdr, &bb, sizeof (bb)); in smbios_info_bboard() 551 smb_info_bcopy(stp->smbst_hdr, &ch, sizeof (ch)); in smbios_info_chassis() 633 smb_info_bcopy(stp->smbst_hdr, &ch, sizeof (ch)); in smbios_info_chassis_elts() 701 smb_info_bcopy(stp->smbst_hdr, &p, sizeof (p)); in smbios_info_processor() 771 smb_info_bcopy(stp->smbst_hdr, &c, sizeof (c)); in smbios_info_cache() 820 smb_info_bcopy(stp->smbst_hdr, &p, sizeof (p)); in smbios_info_port() 847 smb_info_bcopy(stp->smbst_hdr, &s, sizeof (s)); in smbios_info_slot() 972 smb_info_bcopy(stp->smbst_hdr, &obe, sizeof (obe)); in smbios_info_obdevs_ext() [all …]
|