Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c267 shp->sh_hash = smb_zalloc(sizeof (smb_struct_t *) * shp->sh_hashlen); in smbios_bufopen()
286 smb_struct_t *stp = &shp->sh_structs[i]; in smbios_bufopen()
365 smb_free(shp->sh_hash, sizeof (smb_struct_t *) * shp->sh_hashlen); in smbios_close()
426 smb_export(const smb_struct_t *stp, smbios_struct_t *sp) in smb_export()
441 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_lookup_id()
455 const smb_struct_t *stp = smb_lookup_type(shp, type); in smbios_lookup_type()
469 const smb_struct_t *sp = shp->sh_structs; in smbios_iter()
482 const smb_struct_t *
496 const smb_struct_t *
499 const smb_struct_t *stp = shp->sh_hash[id & (shp->sh_hashlen - 1)]; in smb_lookup_id()
[all …]
H A Dsmb_info.c292 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_common()
355 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_contains()
507 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_bboard()
530 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_chassis()
606 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_chassis_elts()
683 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_processor()
743 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_cache()
792 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_port()
817 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_slot()
1378 const smb_struct_t *stp = shp->sh_structs; in smbios_has_oemstr()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h784 } smb_struct_t; typedef
792 smb_struct_t *sh_structs; /* array of structure descriptors */
794 smb_struct_t **sh_hash; /* hash bucket array for descriptors */
841 extern const smb_struct_t *smb_lookup_type(smbios_hdl_t *, uint_t);
842 extern const smb_struct_t *smb_lookup_id(smbios_hdl_t *, uint_t);
843 extern const char *smb_strptr(const smb_struct_t *, uint_t);
/illumos-gate/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()
/illumos-gate/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()
377 const smb_struct_t *sp; in chip_smbios_iterate()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c140 const smb_struct_t *sp; in x86pi_smb_strcnt()