Lines Matching refs:smbh_len

220 	if (dstlen > hp->smbh_len) {  in smb_info_bcopy()
221 bcopy(hp, dst, hp->smbh_len); in smb_info_bcopy()
222 bzero((char *)dst + hp->smbh_len, dstlen - hp->smbh_len); in smb_info_bcopy()
356 if (stp->smbst_hdr->smbh_len < sizeof (smb_bios_t) - sizeof (uint8_t)) in smbios_info_bios()
377 if (stp->smbst_hdr->smbh_len >= sizeof (smb_bios_t)) { in smbios_info_bios()
379 bp->smbb_nxcflags = stp->smbst_hdr->smbh_len - in smbios_info_bios()
714 if (stp->smbst_hdr->smbh_len <= offsetof(smb_slot_t, smbsl_npeers) || in smbios_info_slot_peers()
727 if (stp->smbst_hdr->smbh_len < minlen) { in smbios_info_slot_peers()
789 m = (stp->smbst_hdr->smbh_len - sizeof (smb_header_t)) / sizeof (*op); in smbios_info_obdevs()
860 if (stp->smbst_hdr->smbh_len < sizeof (smb_sel_t) - sizeof (uint8_t)) in smbios_info_eventlog()
864 len = stp->smbst_hdr->smbh_len - sizeof (smb_sel_t) + sizeof (uint8_t); in smbios_info_eventlog()
1087 bp->smbt_size = stp->smbst_hdr->smbh_len - sizeof (smb_boot_t); in smbios_info_boot()
1375 if (stp->smbst_hdr->smbh_len < 0x10) in smbios_info_powersup()
1394 if (stp->smbst_hdr->smbh_len >= 0x12) { in smbios_info_powersup()
1400 if (stp->smbst_hdr->smbh_len >= 0x14) { in smbios_info_powersup()
1406 if (stp->smbst_hdr->smbh_len >= 0x16) { in smbios_info_powersup()
1427 if (stp->smbst_hdr->smbh_len < SMB_VPROBE_MINLEN) in smbios_info_vprobe()
1441 if (stp->smbst_hdr->smbh_len >= SMB_VPROBE_NOMINAL_MINLEN) { in smbios_info_vprobe()
1462 if (stp->smbst_hdr->smbh_len < SMB_COOLDEV_MINLEN) in smbios_info_cooldev()
1473 if (stp->smbst_hdr->smbh_len >= SMB_COOLDEV_NOMINAL_MINLEN) { in smbios_info_cooldev()
1488 stp->smbst_hdr->smbh_len >= SMB_COOLDEV_DESCR_MINLEN) { in smbios_info_cooldev()
1509 if (stp->smbst_hdr->smbh_len < SMB_TPROBE_MINLEN) in smbios_info_tprobe()
1523 if (stp->smbst_hdr->smbh_len >= SMB_TPROBE_NOMINAL_MINLEN) { in smbios_info_tprobe()
1544 if (sip->smbst_hdr->smbh_len < SMB_IPROBE_MINLEN) in smbios_info_iprobe()
1558 if (sip->smbst_hdr->smbh_len >= SMB_IPROBE_NOMINAL_MINLEN) { in smbios_info_iprobe()