Searched refs:smb_struct_t (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/common/smbios/ |
H A D | smb_info.c | 205 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 D | smb_open.c | 258 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 D | smbios_impl.h | 656 } 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 D | fmsmb.c | 184 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 D | chip_smbios.c | 79 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 D | x86pi_subr.c | 140 const smb_struct_t *sp; in x86pi_smb_strcnt()
|