Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c323 stp->smbst_end = p; in smbios_bufopen()
433 sp->smbstr_size = (size_t)(stp->smbst_end - (uchar_t *)hdr); in smb_export()
H A Dsmb_info.c241 if (off != 0 && sp + off < stp->smbst_end) { in smb_info_strptr()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c90 sp->smbstr_size = (size_t)(stp->smbst_end - (uchar_t *)hdr); in smb_export()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h780 const uchar_t *smbst_end; /* address of 0x0000 ending tag */ member