Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/smbios/
H A Dsmb_info.c204 smb_info_strptr(const smb_struct_t *stp, uint8_t off, int *n) in smb_info_strptr()
248 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_common()
311 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_contains()
349 const smb_struct_t *stp = smb_lookup_type(shp, SMB_TYPE_BIOS); in smbios_info_bios()
444 const smb_struct_t *stp = smb_lookup_type(shp, SMB_TYPE_SYSTEM); in smbios_info_system()
465 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_bboard()
488 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_chassis()
528 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_processor()
575 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_cache()
622 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_port()
[all …]
H A Dsmb_open.c257 shp->sh_structs = smb_alloc(sizeof (smb_struct_t) * shp->sh_ent_stnum); in smbios_bufopen()
260 shp->sh_hash = smb_zalloc(sizeof (smb_struct_t *) * shp->sh_hashlen); in smbios_bufopen()
279 smb_struct_t *stp = &shp->sh_structs[i]; in smbios_bufopen()
357 smb_free(shp->sh_structs, sizeof (smb_struct_t) * shp->sh_ent_stnum); in smbios_close()
358 smb_free(shp->sh_hash, sizeof (smb_struct_t *) * shp->sh_hashlen); in smbios_close()
419 smb_export(const smb_struct_t *stp, smbios_struct_t *sp) in smb_export()
434 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_lookup_id()
448 const smb_struct_t *stp = smb_lookup_type(shp, type); in smbios_lookup_type()
462 const smb_struct_t *sp = shp->sh_structs; in smbios_iter()
475 const smb_struct_t *
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dsmbios_impl.h458 } smb_struct_t; typedef
466 smb_struct_t *sh_structs; /* array of structure descriptors */
468 smb_struct_t **sh_hash; /* hash bucket array for descriptors */
514 extern const smb_struct_t *smb_lookup_type(smbios_hdl_t *, uint_t);
515 extern const smb_struct_t *smb_lookup_id(smbios_hdl_t *, uint_t);
516 extern const char *smb_strptr(const smb_struct_t *, uint_t);
/titanic_41/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_41/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_41/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c140 const smb_struct_t *sp; in x86pi_smb_strcnt()