Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/modules/smbios/
H A Dsmbios.c57 if (mdb_vread(buf, shp.sh_buflen, (uintptr_t)shp.sh_buf) != in smbios_mdb_write()
59 mdb_warn("failed to copy smbios data at %p", shp.sh_buf); in smbios_mdb_write()
/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c262 shp->sh_buf = buf; in smbios_bufopen()
273 hp = shp->sh_buf; in smbios_bufopen()
368 smb_free((void *)shp->sh_buf, shp->sh_buflen); in smbios_close()
416 return (shp->sh_buf); in smbios_buf()
/illumos-gate/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c304 smbios_xwrite(shp, fd, shp->sh_buf, shp->sh_buflen) == -1) in smbios_write()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h790 const void *sh_buf; /* structure table buffer */ member