Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/smbios/
H A Dsmb_open.c257 shp->sh_buflen = len; in smbios_bufopen()
362 smb_free((void *)shp->sh_buf, shp->sh_buflen); in smbios_close()
416 return (shp->sh_buflen); in smbios_buflen()
/titanic_44/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_44/usr/src/uts/common/sys/
H A Dsmbios_impl.h663 size_t sh_buflen; /* size of structure table buffer */ member