Searched refs:smb_bios_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c341 const smb_bios_t *bip;
346 if (stp->smbst_hdr->smbh_len < sizeof (smb_bios_t) - sizeof (uint8_t))
349 bip = (smb_bios_t *)(uintptr_t)stp->smbst_hdr;
364 if (stp->smbst_hdr->smbh_len >= sizeof (smb_bios_t)) {
367 sizeof (smb_bios_t) + 1;
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h71 } smb_bios_t; typedef in typeref:struct:smb_bios

Completed in 49 milliseconds