Home
last modified time | relevance | path

Searched refs:sh_buf (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/common/smbios/
H A Dsmb_open.c256 shp->sh_buf = buf; in smbios_bufopen()
267 hp = shp->sh_buf; in smbios_bufopen()
362 smb_free((void *)shp->sh_buf, shp->sh_buflen); in smbios_close()
410 return (shp->sh_buf); in smbios_buf()
/titanic_50/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c304 smbios_xwrite(shp, fd, shp->sh_buf, shp->sh_buflen) == -1) in smbios_write()
/titanic_50/usr/src/uts/common/sys/
H A Dsmbios_impl.h662 const void *sh_buf; /* structure table buffer */ member