Home
last modified time | relevance | path

Searched refs:smb_struct_t (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/common/smbios/
H A Dsmb_info.c205 smb_info_strptr(const smb_struct_t *stp, uint8_t off, int *n) in smb_info_strptr()
249 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_common()
312 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_contains()
350 const smb_struct_t *stp = smb_lookup_type(shp, SMB_TYPE_BIOS); in smbios_info_bios()
445 const smb_struct_t *stp = smb_lookup_type(shp, SMB_TYPE_SYSTEM); in smbios_info_system()
466 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_bboard()
489 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_chassis()
529 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_processor()
576 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_cache()
625 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_port()
[all …]
H A Dsmb_open.c258 shp->sh_structs = smb_alloc(sizeof (smb_struct_t) * shp->sh_ent_stnum); in smbios_bufopen()
261 shp->sh_hash = smb_zalloc(sizeof (smb_struct_t *) * shp->sh_hashlen); in smbios_bufopen()
280 smb_struct_t *stp = &shp->sh_structs[i]; in smbios_bufopen()
358 smb_free(shp->sh_structs, sizeof (smb_struct_t) * shp->sh_ent_stnum); in smbios_close()
359 smb_free(shp->sh_hash, sizeof (smb_struct_t *) * shp->sh_hashlen); in smbios_close()
420 smb_export(const smb_struct_t *stp, smbios_struct_t *sp) in smb_export()
435 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_lookup_id()
449 const smb_struct_t *stp = smb_lookup_type(shp, type); in smbios_lookup_type()
463 const smb_struct_t *sp = shp->sh_structs; in smbios_iter()
476 const smb_struct_t *
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dsmbios_impl.h656 } smb_struct_t; typedef
664 smb_struct_t *sh_structs; /* array of structure descriptors */
666 smb_struct_t **sh_hash; /* hash bucket array for descriptors */
712 extern const smb_struct_t *smb_lookup_type(smbios_hdl_t *, uint_t);
713 extern const smb_struct_t *smb_lookup_id(smbios_hdl_t *, uint_t);
714 extern const char *smb_strptr(const smb_struct_t *, uint_t);
/titanic_44/usr/src/uts/intel/os/
H A Dfmsmb.c184 const smb_struct_t *sp = shp->sh_structs; in smb_cnttypes()
199 const smb_struct_t *sp = shp->sh_structs; in smb_strcnt()
268 const smb_struct_t *spt; in smb_bb_contains()
640 const smb_struct_t *sp; in find_matching_proc()
/titanic_44/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c79 smb_export(const smb_struct_t *stp, smbios_struct_t *sp) in smb_export()
336 const smb_struct_t *sp; in chip_smbios_iterate()
/titanic_44/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c140 const smb_struct_t *sp; in x86pi_smb_strcnt()