Searched refs:smbios_entry_t (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dsmb_dev.c65 smbios_entry_t *ep;
90 bcopy(p, ep, sizeof (smbios_entry_t));
/illumos-gate/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c54 smbios_entry_t *ep = alloca(SMB_ENTRY_MAXLEN);
92 smbios_entry_t *ep = alloca(SMB_ENTRY_MAXLEN);
115 bcopy(p, ep, sizeof (smbios_entry_t));
196 smbios_entry_t ep;
/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c76 smbios_bufopen(const smbios_entry_t *ep, const void *buf, size_t len,
150 bcopy(ep, &shp->sh_ent, sizeof (smbios_entry_t));
151 shp->sh_ent.smbe_elen = sizeof (smbios_entry_t);
241 const smbios_entry_t *ep = &shp->sh_ent;
265 smbios_checksum(smbios_hdl_t *shp, smbios_entry_t *ep)
H A Dsmb_info.c226 smbios_info_smbios(smbios_hdl_t *shp, smbios_entry_t *ep)
228 bcopy(&shp->sh_ent, ep, sizeof (smbios_entry_t));
/illumos-gate/usr/src/uts/common/io/
H A Dsmbios.c88 smb_clones[c].c_eplen = P2ROUNDUP(sizeof (smbios_entry_t), 16);
126 smbios_entry_t *ep = kmem_zalloc(cp->c_eplen, KM_SLEEP);
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h70 } smbios_entry_t; typedef in typeref:struct:smbios_entry
1384 extern smbios_hdl_t *smbios_bufopen(const smbios_entry_t *,
1390 extern void smbios_checksum(smbios_hdl_t *, smbios_entry_t *);
1402 extern void smbios_info_smbios(smbios_hdl_t *, smbios_entry_t *);
H A Dsmbios_impl.h447 smbios_entry_t sh_ent; /* structure table entry point */
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c180 smbios_entry_t ep;
573 smbios_entry_t e;

Completed in 144 milliseconds